cosmos-sdk/docs/spec
Ryan Christoffersen cb66c99eab
chore: add markdownlint to lint commands (#9353)
* add markdownlint config

* update make lint commands

* update markdownlint config

* run make lint-fix

* fix empty link

* resuse docker container

* run lint-fix

* do not echo commands

Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
2021-05-27 15:31:04 +00:00
..
_ics chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
addresses chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
circuit-breaker chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
fee_distribution Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
reserve-pool chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
store docs/spec: flesh out dir structure and update index 2018-06-16 00:39:15 -07:00
README.md Merge PR #5463: docs: add link to iavl documentation 2020-01-02 10:25:09 -05:00
SPEC-SPEC.md docs: Revert SPEC-SPEC and update x/{auth,bank,evidence,slashing} (#7407) 2020-10-16 12:42:48 +00: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.

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

Go the module directory

Tendermint

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