cosmos-sdk/docs/spec
Cosmos SDK 8f0d5b15f0
chore: typos fixes by cosmos-sdk bot (#18689)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
..
_ics chore!: remove bank & genutil legacy migrations (#17818) 2023-09-21 10:33:14 +00:00
addresses chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
fee_distribution chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
store chore: fix several minor typos (#18660) 2023-12-08 10:22:22 +00:00
_category_.json docs: update documentation order for build tab (#17722) 2023-09-13 15:17:51 +00:00
README.md docs: simplifying categories (#15757) 2023-04-10 13:19:57 +02:00
SPEC_MODULE.md chore: fix several minor typos (#18660) 2023-12-08 10:22:22 +00:00
SPEC_STANDARD.md chore: fix several minor typos (#18660) 2023-12-08 10:22:22 +00: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.