cosmos-sdk/x
Alexander Bezobchuk 908fd2ba78
Merge PR #5417: Update distribution module doc
2019-12-17 13:59:16 -05:00
..
auth Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
bank Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
crisis Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
distribution Merge PR #5417: Update distribution module doc 2019-12-17 13:59:16 -05:00
evidence Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
genaccounts Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
genutil Reduce password prompt duplication when using keyring's file backend (#5406) 2019-12-16 23:48:52 -03:00
gov Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
mint Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
mock Merge PR #5192: golangcI-lint updates & set static version to 1.19 2019-10-14 11:43:19 -04:00
params Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
simulation Bump x/simulation coverage (#5407) 2019-12-13 17:46:27 +00:00
slashing Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
staking Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
supply Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
upgrade Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00
README.md Docs: hide frontmatter, bugfixes (#5413) 2019-12-17 08:44:44 -03:00

README.md

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.