cosmos-sdk/docs/spec
Julien Robert 74ce07eb26
docs: improve documentation navigation and redirection (#13455)
2022-10-06 15:51:10 +02:00
..
_ics docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
addresses docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
circuit-breaker docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
fee_distribution Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
reserve-pool docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
store docs: improve documentation navigation and redirection (#13455) 2022-10-06 15:51:10 +02:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
SPEC-SPEC.md docs: improve documentation navigation and redirection (#13455) 2022-10-06 15:51:10 +02:00

README.md

parent
order
false

Specifications

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

Cosmos 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.

Cosmos SDK specifications

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

Modules specifications

Go the module directory

Tendermint

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