简明指南:什么是 IBC?
https://blog.cosmos.network/eli5-what-is-ibc-a212f518715
IBC 的工作原理什么?
1. 传输层
数据包定义: https://computersciencewiki.org/index.php/Data_packet
全节点定义: https://github.com/cosmos/cosmos/blob/master/VALIDATORS_FAQ.md#what-is-a-full-node
哈希: https://www.investopedia.com/terms/h/hash.asp 状态机: https://www.techopedia.com/definition/16447/state-machine
2. 应用层
跨链标准 20(ICS 20): https://github.com/cosmos/ibc/blob/master/spec/app/ics-020-fungible-token-transfer/README.md
IBC 的用途是什么?
IBC 能够解决什么问题?
作为应用开发者应该如何使用 IBC?
通道:
https://ibc.cosmos.network/main/ibc/overview.html#channels
端口:
https://ibc.cosmos.network/main/ibc/overview.html#ports
开发者门户:
https://tutorials.cosmos.network/
IBC 启用指南:
https://ibc.cosmos.network/main/ibc/apps.html