cosmos-sdk/x
Julien Robert 214b11dcba
feat: add github links in docs (#13491)
* feat: add github links in docs

* apply proto theme

* fix toc
2022-10-10 20:02:32 +02:00
..
auth feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
authz feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
bank feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
capability feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
consensus feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
crisis feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
distribution feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
epoching feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
evidence feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
feegrant feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
genutil chore: run make format (#13375) 2022-09-24 00:22:03 +02:00
gov feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
group feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
mint feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
nft feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
params feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00:00
simulation refactor!: extract simulation helpers out of simapp (#13402) 2022-09-27 21:19:44 +02:00
slashing feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
staking feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
upgrade feat: add github links in docs (#13491) 2022-10-10 20:02:32 +02:00
README.md feat: migrate to docusaurus (#13471) 2022-10-10 14:01:53 +00: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.
  • Capability - Object capability implementation.
  • Crisis - Halting the blockchain under certain circumstances (e.g. if an invariant is broken).
  • Distribution - Fee distribution, and staking token provision distribution.
  • Epoching - Allows modules to queue messages for execution at a certain block height.
  • 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 Tendermint's ABCI consensus params.

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.