cosmos-sdk/docs/spec
rigelrozanski 25ae026958 spec complete unbonding, redelegation txs 2018-06-05 09:23:23 -07:00
..
basecoin add spec dir 2018-02-11 12:17:40 -05:00
governance Almost from scratch reimplementation of bech32cosmos integration. 2018-05-27 13:47:23 +02:00
ibc spec/ibc -> spec/ibc/mvp 2018-05-07 09:47:17 -04:00
other add spec dir 2018-02-11 12:17:40 -05:00
provisioning docs reorganization 2018-06-05 09:23:23 -07:00
slashing transaction stake updates 2018-06-05 09:23:23 -07:00
staking spec complete unbonding, redelegation txs 2018-06-05 09:23:23 -07:00
README.md Rebase onto develop 2018-04-17 16:28:33 +02:00

README.md

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 - Cosmos SDK related specifications and transactions for sending tokens.
  • Staking - Proof of Stake related specifications including bonding and delegation transactions, inflation, fees, etc.
  • Governance - Governance related specifications including proposals and voting.
  • IBC - Specification of the Cosmos inter-blockchain communication (IBC) protocol.
  • Other - Other components of the Cosmos Hub, including the reserve pool, All in Bits vesting, etc.

The specification for Tendermint, i.e. the underlying blockchain, can be found elsewhere.