cosmos-sdk/x
2023-03-28 18:01:41 +00:00
..
auth refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
authz refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
bank refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
circuit build(deps): Bump cosmossdk.io/math from 1.0.0-rc.0 to 1.0.0 (#15532) 2023-03-23 15:44:09 +00:00
consensus refactor: Use CoreAPI when possible (#15496) 2023-03-23 22:40:09 +00:00
crisis refactor: Use CoreAPI when possible (#15496) 2023-03-23 22:40:09 +00:00
distribution refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
evidence refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
feegrant refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
genutil refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
gov refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
group refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
mint refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
nft refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
params refactor: remove unnecessary depinject usage (#15529) 2023-03-23 16:18:41 +00:00
simulation refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
slashing refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
staking refactor!: use KVStoreService in x/auth (#15520) 2023-03-27 18:57:02 +00:00
tx feat(x/tx): unknown field filtering (#15557) 2023-03-28 18:01:41 +00:00
upgrade refactor: Use CoreAPI when possible (#15496) 2023-03-23 22:40:09 +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.