cosmos-sdk/docs/spec
Alvarez d201ca9ae4
docs: fix typos and wording across SDK documentation READMEs (#25696)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-12-17 17:12:11 +00:00
..
_ics fix: spelling/grammar across docs and tooling (#25677) 2025-12-12 00:01:30 +00:00
addresses docs: fix grammatical and terminology issues in ADR documents (#25066) 2025-07-31 18:33:24 +00:00
fee_distribution fix(docs,code): correct spelling and grammar across comments, tests, and documentation (#25172) 2025-08-14 19:35:04 +00:00
store docs: fix typos and wording across SDK documentation READMEs (#25696) 2025-12-17 17:12:11 +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: fix grammatical and terminology issues in ADR documents (#25066) 2025-07-31 18:33:24 +00: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 to the module directory

CometBFT

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