cosmos-sdk/x
2019-12-13 17:46:27 +00:00
..
auth Final updates for new docs website (#5388) 2019-12-11 18:35:27 +01:00
bank Final updates for new docs website (#5388) 2019-12-11 18:35:27 +01:00
crisis Final updates for new docs website (#5388) 2019-12-11 18:35:27 +01:00
distribution Final updates for new docs website (#5388) 2019-12-11 18:35:27 +01:00
evidence Final updates for new docs website (#5388) 2019-12-11 18:35:27 +01:00
genaccounts Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
genutil keyring's encrypted file backend integration (#5355) 2019-12-11 09:45:26 +00:00
gov Final updates for new docs website (#5388) 2019-12-11 18:35:27 +01:00
mint Fix module docs ordering (#5400) 2019-12-12 16:36:37 -03:00
mock Merge PR #5192: golangcI-lint updates & set static version to 1.19 2019-10-14 11:43:19 -04:00
params Final updates for new docs website (#5388) 2019-12-11 18:35:27 +01:00
simulation Bump x/simulation coverage (#5407) 2019-12-13 17:46:27 +00:00
slashing Fix module docs ordering (#5400) 2019-12-12 16:36:37 -03:00
staking Final updates for new docs website (#5388) 2019-12-11 18:35:27 +01:00
supply Final updates for new docs website (#5388) 2019-12-11 18:35:27 +01:00
upgrade Final updates for new docs website (#5388) 2019-12-11 18:35:27 +01:00
README.md Fix module docs ordering (#5400) 2019-12-12 16:36:37 -03:00

order parent
0
order
false

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 application.
  • Bank - Token transfer functionalities.
  • Governance - On-chain proposals and voting.
  • Staking - Proof-of-stake layer for public blockchains.
  • Slashing - Validator punishment mechanisms.
  • Distribution - Fee distribution, and staking token provision distribution.
  • Crisis - Halting the blockchain under certain circumstances (e.g. if an invariant is broken).
  • Mint - Creation of new units of staking token.
  • Params - Globally available parameter store.
  • Supply - Total token supply of the chain.

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