cosmos-sdk/x
samricotta d31a30fdf8
refactor: remove aliases from types/math.go in auth/authz module (#15653)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-31 20:53:13 +00:00
..
auth refactor: remove aliases from types/math.go in auth/authz module (#15653) 2023-03-31 20:53:13 +00:00
authz refactor: remove aliases from types/math.go in auth/authz module (#15653) 2023-03-31 20:53:13 +00:00
bank style: apply any / all automated lint fixes (#15644) 2023-03-31 13:48:41 +02: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 style: apply any / all automated lint fixes (#15644) 2023-03-31 13:48:41 +02:00
feegrant style: apply any / all automated lint fixes (#15644) 2023-03-31 13:48:41 +02:00
genutil style: more linting (#15618) 2023-03-30 13:00:18 +00:00
gov refactor: remove aliases from types/math.go in gov module (#15625) 2023-03-31 16:12:28 +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 style: apply any / all automated lint fixes (#15644) 2023-03-31 13:48:41 +02: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 feat: integration test helpers (#15556) 2023-03-31 18:02:15 +00:00
tx style: make lint-fix everything (#15631) 2023-03-30 17:27:39 +00:00
upgrade style: make lint-fix everything (#15631) 2023-03-30 17:27:39 +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.