cosmos-sdk/x
2023-04-03 15:58:33 +00:00
..
auth refactor: remove cometbft/libs/cli import (#15673) 2023-04-03 14:48:02 +00:00
authz refactor(authz):remove global bech32 (#15662) 2023-04-03 13:55:32 +02:00
bank refactor: remove aliases from types/math.go in bank module (#15671) 2023-04-03 12:53:24 +00:00
circuit build(deps): Bump cosmossdk.io/log from 0.1.1-0.20230329182155-367f0dc1194d to 1.0.0 (#15619) 2023-03-30 10:40:58 +00:00
consensus revert(consensus): revert proto breaking change (#15627) 2023-03-30 17:59:14 +02:00
crisis style: apply any / all automated lint fixes (#15644) 2023-03-31 13:48:41 +02:00
distribution style: apply any / all automated lint fixes (#15644) 2023-03-31 13:48:41 +02:00
evidence refactor: remove aliases from types/math.go in evidence and feegrant (#15676) 2023-04-03 15:58:33 +00:00
feegrant refactor: remove aliases from types/math.go in evidence and feegrant (#15676) 2023-04-03 15:58:33 +00:00
genutil refactor: remove cometbft/libs/cli import (#15673) 2023-04-03 14:48:02 +00:00
gov style: bank & autocli (#15659) 2023-04-02 00:20:59 +00:00
group style: apply any / all automated lint fixes (#15644) 2023-03-31 13:48:41 +02:00
mint style: apply any / all automated lint fixes (#15644) 2023-03-31 13:48:41 +02:00
nft refactor(nft): remove global bech32 (#15654) 2023-04-03 10:28:17 +00:00
params style: make lint-fix everything (#15631) 2023-03-30 17:27:39 +00:00
simulation style: enable strict gofumpt (#15579) 2023-03-28 18:59:21 +00:00
slashing style: apply any / all automated lint fixes (#15644) 2023-03-31 13:48:41 +02:00
staking refactor(nft): remove global bech32 (#15654) 2023-04-03 10:28:17 +00:00
tx style: make lint-fix everything (#15631) 2023-03-30 17:27:39 +00:00
upgrade refactor(upgrade): remove global bech32 (#15661) 2023-04-03 13:50:04 +00:00
README.md docs: replace Tendermint references in docs with CometBFT (#15339) 2023-03-14 20:41:35 +01:00

sidebar_position slug
0 /modules

List of Modules

Here are some production-grade modules that can be used in Cosmos SDK applications, along with their respective documentation:

  • Auth - Authentication of accounts and transactions for Cosmos SDK applications.
  • Authz - Authorization for accounts to perform actions on behalf of other accounts.
  • Bank - Token transfer functionalities.
  • Crisis - Halting the blockchain under certain circumstances (e.g. if an invariant is broken).
  • Distribution - Fee distribution, and staking token provision distribution.
  • Evidence - Evidence handling for double signing, misbehaviour, etc.
  • Feegrant - Grant fee allowances for executing transactions.
  • Governance - On-chain proposals and voting.
  • Mint - Creation of new units of staking token.
  • Params - Globally available parameter store.
  • Slashing - Validator punishment mechanisms.
  • Staking - Proof-of-Stake layer for public blockchains.
  • Upgrade - Software upgrades handling and coordination.
  • NFT - NFT module implemented based on ADR43.
  • Consensus - Consensus module for modifying CometBFT's ABCI consensus params.
  • Circuit - Circuit breaker module for pausing messages.
  • Genutil - Genesis utilities for the Cosmos SDK.

To learn more about the process of building modules, visit the building modules reference documentation.

IBC

The IBC module for the SDK has moved to its own repository.

CosmWasm

The CosmWasm module enables smart contracts, and has its own repository and documentation site.