cosmos-sdk/x
mergify[bot] 0c9930dfe3
chore(docs): add missing param to gov readme (backport #18181) (#18182)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-10-20 00:18:33 +02:00
..
auth feat: bring autocli module config to v0.50 (#18111) 2023-10-16 15:09:06 +02:00
authz feat: bring autocli module config to v0.50 (#18111) 2023-10-16 15:09:06 +02:00
bank feat: bring autocli module config to v0.50 (#18111) 2023-10-16 15:09:06 +02:00
circuit build(deps): Bump cosmossdk.io/api from 0.7.1 to 0.7.2 (#18137) 2023-10-18 12:40:24 +00:00
consensus feat: bring autocli module config to v0.50 (#18111) 2023-10-16 15:09:06 +02:00
crisis feat(x/crisis): add autocli options for tx (backport #17965) (#17982) 2023-10-06 08:46:27 +00:00
distribution feat: bring autocli module config to v0.50 (#18111) 2023-10-16 15:09:06 +02:00
evidence build(deps): Bump cosmossdk.io/api from 0.7.1 to 0.7.2 (#18137) 2023-10-18 12:40:24 +00:00
feegrant build(deps): Bump cosmossdk.io/api from 0.7.1 to 0.7.2 (#18137) 2023-10-18 12:40:24 +00:00
genutil refactor: precise compiler assertions and cleanup module.go (backport #17718) (#17724) 2023-09-13 19:08:56 +00:00
gov chore(docs): add missing param to gov readme (backport #18181) (#18182) 2023-10-20 00:18:33 +02:00
group feat: bring autocli module config to v0.50 (#18111) 2023-10-16 15:09:06 +02:00
mint feat: bring autocli module config to v0.50 (#18111) 2023-10-16 15:09:06 +02:00
nft build(deps): Bump cosmossdk.io/api from 0.7.1 to 0.7.2 (#18137) 2023-10-18 12:40:24 +00:00
params refactor: precise compiler assertions and cleanup module.go (backport #17718) (#17724) 2023-09-13 19:08:56 +00:00
simulation fix: Revert 16794 (backport #16895) (#16896) 2023-07-10 08:02:04 +00:00
slashing fix: fixed key in slashing bitmap migration (backport #18016) (#18033) 2023-10-10 08:24:32 +00:00
staking perf(x/staking/keeper): make Slash return early iff zero tokens to burn (backport #18049) (#18126) 2023-10-16 17:18:30 +02:00
tx build(deps): Bump cosmossdk.io/api from 0.7.1 to 0.7.2 (#18137) 2023-10-18 12:40:24 +00:00
upgrade build(deps): Bump cosmossdk.io/api from 0.7.1 to 0.7.2 (#18137) 2023-10-18 12:40:24 +00:00
README.md docs: small update for routes change (backport #17881) (#17886) 2023-09-26 17:42:42 +02:00

sidebar_position
0

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 is maintained by the IBC Go team in its own repository.

Additionally, the capability module is from v0.50+ maintained by the IBC Go team in its own repository.

CosmWasm

The CosmWasm module enables smart contracts, learn more by going to their documentation site, or visit the repository.

EVM

Read more about writing smart contracts with solidity at the official evm documentation page.