cosmos-sdk/x
gamarin2 b18bd06a36 Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
..
auth Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
bank Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
crisis Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
distribution Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
evidence Merge PR #5299: Migrate Equivocation Handling to x/evidence 2019-12-02 20:58:14 -05:00
genaccounts Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00
genutil Drop on-disk keybase in favor of keyring (#5180) 2019-11-14 15:17:21 +01:00
gov Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
mint Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
mock Merge PR #5192: golangcI-lint updates & set static version to 1.19 2019-10-14 11:43:19 -04:00
params Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
simulation [x/simulation] RandSubsetCoins() should return sorted coinset (#5373) 2019-12-06 16:25:25 +01:00
slashing Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
staking Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
supply Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00
upgrade Merge PR #5294: Upgrade Module Spec 2019-11-29 15:17:13 -05:00
README.md Merge PR #5379: New docs V1 (merge master-docs to master) 2019-12-10 09:29:46 -05:00

README.md

parent
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.