cosmos-sdk/docs/spec
gamarin2 addcfbf5cb Documentation Structure Change and Cleanup (#2808)
* Update docs/sdk/clients.md
* organize ADR directory like tendermint
* docs: move spec-proposals into spec/
* remove lotion, moved to website repo
* move getting-started to cosmos-hub, and voyager to website
* docs: move lite/ into clients/lite/
* move introduction/ content to website repo
* move resources/ content to website repo
* mv sdk/clients.md to clients/clients.md
* mv validators to cosmos-hub/validators
* move deprecated sdk/ content to _attic
* sdk/modules.md is duplicate with modules/README.md
* consolidate remianing sdk/ files into a single sdk.md
* move examples/ to docs/examples/
* mv docs/cosmos-hub to docs/gaia
* Add keys/accounts section to localnet docs
2018-11-14 11:44:17 -08:00
..
auth Merge PR #2589: Update Vesting Spec 2018-11-01 23:13:40 +01:00
bank Merge PR #2072: WIP Bank Denom Metadata Spec 2018-09-25 14:18:04 -04:00
distribution Update overview.md 2018-11-14 13:26:31 -05:00
governance R4R: Query Gov Params (#2576) 2018-11-13 15:45:37 -08:00
ibc Fix IBC paper link 2018-10-09 23:13:37 +02:00
ics Documentation Structure Change and Cleanup (#2808) 2018-11-14 11:44:17 -08:00
inflation
mint Merge PR #2527: Minting 2018-10-19 20:36:00 +02:00
other Merge PR #2251: Refactor Bech32 Prefixes and Nomenclature of Validator Pubkey and Operator 2018-09-08 16:44:58 +08:00
params add docs, fix GetSubspace, address comments 2018-10-14 02:44:29 +09:00
slashing Bugfix; update slashing spec 2018-10-15 23:01:29 +02:00
spec-proposals/f1-fee-distribution Documentation Structure Change and Cleanup (#2808) 2018-11-14 11:44:17 -08:00
staking Fix state export/import, add to CI (#2690) 2018-11-08 16:28:28 -08:00
store
README.md Documentation Structure Change and Cleanup (#2808) 2018-11-14 11:44:17 -08:00

README.md

Specifications

This directory contains specifications for the modules of the Cosmos SDK as well as Interchain Standards (ICS) and other specifications.

SDK applications hold this state in a Merkle store. Updates to the store may be made during transactions and at the beginning and end of every block.

SDK specifications:

  • Store - The core Merkle store that holds the state.
  • Bech32 - Address format for Cosmos SDK applications.

Modules specifications:

  • Auth - The structure and authentication of accounts and transactions.
  • Bank - Sending tokens.
  • Governance - Proposals and voting.
  • Staking - Proof-of-stake bonding, delegation, etc.
  • Slashing - Validator punishment mechanisms.
  • Distribution - Fee distribution, and staking token provision distribution .
  • Inflation - Staking token provision creation
  • IBC - Inter-Blockchain Communication (IBC) protocol.

Interchain standards

  • ICS30 - Signed messages standard.

For details on the underlying blockchain and p2p protocols, see the Tendermint specification.