Started IBC spec
This commit is contained in:
parent
0f2aa6bb14
commit
f40335342f
|
@ -5,12 +5,14 @@ the Cosmos Hub.
|
||||||
|
|
||||||
NOTE: the specifications are not yet complete and very much a work in progress.
|
NOTE: the specifications are not yet complete and very much a work in progress.
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
- [Basecoin](basecoin) - Cosmos SDK related specifications and transactions for
|
- [Basecoin](basecoin) - Cosmos SDK related specifications and transactions for
|
||||||
sending tokens.
|
sending tokens.
|
||||||
- [Staking](staking) - Proof of Stake related specifications including bonding
|
- [Staking](staking) - Proof of Stake related specifications including bonding
|
||||||
and delegation transactions, inflation, fees, etc.
|
and delegation transactions, inflation, fees, etc.
|
||||||
- [Governance](governance) - Governance related specifications including
|
- [Governance](governance) - Governance related specifications including
|
||||||
proposals and voting.
|
proposals and voting.
|
||||||
|
- [IBC](ibc) - Specification of the Cosmos inter-blockchain communication (IBC) protocol.
|
||||||
- [Other](other) - Other components of the Cosmos Hub, including the reserve
|
- [Other](other) - Other components of the Cosmos Hub, including the reserve
|
||||||
pool, All in Bits vesting, etc.
|
pool, All in Bits vesting, etc.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Inter Blockchain Communication protocol
|
||||||
|
|
||||||
|
IBC was defined in the [cosmos whitepaper](https://github.com/cosmos/cosmos/blob/master/WHITEPAPER.md#inter-blockchain-communication-ibc),
|
||||||
|
and then in detail in a [specification paper](https://github.com/cosmos/ibc/raw/master/CosmosIBCSpecification.pdf).
|
||||||
|
|
||||||
|
This package builds on that and includes detailed specifications, pseudocode and protocol specification.
|
||||||
|
|
Loading…
Reference in New Issue