20 lines
904 B
Markdown
20 lines
904 B
Markdown
# Cosmos Hub Spec
|
|
|
|
This directory contains specifications for the application level components of
|
|
the Cosmos Hub.
|
|
|
|
NOTE: the specifications are not yet complete and very much a work in progress.
|
|
|
|
- [Basecoin](basecoin) - Cosmos SDK related specifications and transactions for
|
|
sending tokens.
|
|
- [Staking](staking) - Proof of Stake related specifications including bonding
|
|
and delegation transactions, inflation, fees, etc.
|
|
- [Governance](governance) - Governance related specifications including
|
|
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
|
|
pool, All in Bits vesting, etc.
|
|
|
|
The [specification for Tendermint](https://github.com/tendermint/tendermint/tree/develop/docs/specification/new-spec),
|
|
i.e. the underlying blockchain, can be found elsewhere.
|