cosmos-sdk/docs/spec
Hans Schoenburg 3aca119fd1 Merge PR #5074: move docs/spec into x/module/spec 2019-09-19 17:42:31 -04:00
..
_ics Merge PR #4787: Updated docs build process 2019-08-26 09:09:18 -04:00
_proposals Merge PR #3637: DOCS: Add readme to specs 2019-02-13 10:05:03 -08:00
addresses Merge PR #3637: DOCS: Add readme to specs 2019-02-13 10:05:03 -08:00
circuit-breaker Merge PR #3898: Circuit breaker high level explanation 2019-03-25 16:37:05 +01:00
ibc Merge PR #4662: Removed Previous IBC repo and docs 2019-07-02 11:19:49 -04:00
reserve-pool Merge PR #3281: Staking Spec Upgrade 2019-01-21 19:52:03 -05:00
store docs/spec: flesh out dir structure and update index 2018-06-16 00:39:15 -07:00
README.md Merge #4209: NFT Module 2019-08-26 12:54:45 -04:00
SPEC-SPEC.md Merge #4209: NFT Module 2019-08-26 12:54:45 -04: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.
  • Crisis - Halting the blockchain under certain circumstances.
  • Mint - Staking token provision creation.
  • Params - Globally available parameter store.
  • Supply - Total supply of the chain.
  • NFT - Non-fungible tokens.

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