cosmos-sdk/docs/spec
mergify[bot] ef7c838027
docs: fix broken anchor link in ICS-030 spec (backport #24696) (#24699)
Co-authored-by: MozirDmitriy <dmitriymozir@gmail.com>
2025-05-05 15:06:31 -04:00
..
_ics docs: fix broken anchor link in ICS-030 spec (backport #24696) (#24699) 2025-05-05 15:06:31 -04: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 broken link to ARC implementation in interblock-cache.md (backport #24635) (#24637) 2025-05-01 12:14:47 -04: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.