cosmos-sdk/x
Adam Bozanich f33749263f
Merge PR #6761: telemetry: use UTC() in wrappers
2020-07-17 15:33:50 -04:00
..
auth refactor auths broadcast cmd in alignment with #6216 (#6713) 2020-07-17 17:17:21 +00:00
bank x/auth: in-process test refactor (#6573) 2020-07-14 18:37:14 +00:00
capability docs: improve IBC guide (#6472) 2020-07-07 06:19:36 -04:00
crisis Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
distribution Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
evidence Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
genaccounts Merge PR #5449: Add New constructor for the DecCoin 2020-01-03 15:44:53 -05:00
genutil Merge PR #6750: Revert to allow to set DefaultNodeHome as a param in genutil CLI cmds 2020-07-17 10:20:31 -04:00
gov Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
ibc remove unnecessary func (#6746) 2020-07-16 14:31:06 +00:00
ibc-transfer add custom relative and absolute timeouts to ibc-transfer (#6724) 2020-07-15 13:32:09 +00:00
mint Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
params x/params: CLI Refactor & In-Process Tests (#6720) 2020-07-14 22:52:31 +02:00
simulation Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
slashing Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
staking Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
upgrade Merge PR #6761: telemetry: use UTC() in wrappers 2020-07-17 15:33:50 -04:00
README.md docs: improve IBC guide (#6472) 2020-07-07 06:19:36 -04: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.
  • 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.
  • Evidence - Evidence handling for double signing, misbehaviour, etc.
  • Governance - On-chain proposals and voting.
  • IBC - IBC protocol for transport, authentication adn ordering.
  • IBC Transfer - Cross-chain fungible token transfer implementation through IBC.
  • 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.

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