docs/spec: flesh out dir structure and update index
This commit is contained in:
parent
2219c3b1c7
commit
190d87d750
|
@ -5,15 +5,14 @@ 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.
|
||||
- [Governance](governance) - Governance related specifications including
|
||||
proposals and voting.
|
||||
- [IBC](ibc) - Specification of the Cosmos inter-blockchain communication (IBC) protocol.
|
||||
- [Staking](staking) - Proof-of-stake related specifications including bonding
|
||||
and delegation transactions, inflation, etc.
|
||||
- [Slashing](slashing) - Specifications of validator punishment mechanisms
|
||||
- [Provisioning](provisioning) - Fee distribution, and atom provision distribution specification
|
||||
- [Store](store) - The core Merkle store that holds the state.
|
||||
- [Auth](auth) - The structure and authnentication of accounts and transactions.
|
||||
- [Bank](bank) - Sending tokens.
|
||||
- [Governance](governance) - Proposals and voting.
|
||||
- [IBC](ibc) - Inter-Blockchain Communication (IBC) protocol.
|
||||
- [Staking](staking) - Proof-of-stake bonding, delegation, etc.
|
||||
- [Slashing](slashing) - Validator punishment mechanisms.
|
||||
- [Provisioning](provisioning) - Fee distribution, and atom provision distribution
|
||||
- [Other](other) - Other components of the Cosmos Hub, including the reserve
|
||||
pool, All in Bits vesting, etc.
|
||||
|
||||
|
|
Loading…
Reference in New Issue