cosmos-sdk/docs/spec
2025-07-24 14:46:03 +00:00
..
_ics docs: fix broken anchor link in ICS-030 spec (#24696) 2025-05-05 17:52:38 +00:00
addresses docs: update docs with fixes from main-backup [part 1] (#24418) 2025-04-08 10:49:22 -04:00
fee_distribution docs: update docs with fixes from main-backup [part 1] (#24418) 2025-04-08 10:49:22 -04:00
store docs: fix duplicate words throughout documentation files (#24981) 2025-07-24 14:46:03 +00:00
_category_.json docs: update documentation order for build tab (backport #17722) (#17723) 2023-09-13 17:30:56 +02:00
README.md docs: simplifying categories (#15757) 2023-04-10 13:19:57 +02:00
SPEC_MODULE.md docs: update docs with fixes from main-backup [part 1] (#24418) 2025-04-08 10:49:22 -04:00
SPEC_STANDARD.md docs: update docs with fixes from main-backup [part 1] (#24418) 2025-04-08 10:49:22 -04:00

sidebar_position
1

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

CometBFT

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