cosmos-sdk/docs/spec/README.md

19 lines
815 B
Markdown
Raw Normal View History

2018-02-11 09:15:15 -08:00
# Cosmos Hub Spec
2018-02-13 08:06:54 -08:00
This directory contains specifications for the application level components of
the Cosmos Hub.
2018-02-11 09:15:15 -08:00
NOTE: the specifications are not yet complete and very much a work in progress.
2018-02-13 08:06:54 -08:00
- [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.
- [Other](other) - Other components of the Cosmos Hub, including the reserve
pool, All in Bits vesting, etc.
2018-02-11 09:15:15 -08:00
The [specification for Tendermint](https://github.com/tendermint/tendermint/tree/develop/docs/specification/new-spec),
i.e. the underlying blockchain, can be found elsewhere.