cosmos-sdk/x
Aditya 3776793ce6
x/capability: Cap Initialization Fix (#9392)
2021-07-06 09:12:56 -04:00
..
auth feat: Error on blank chain-id in multisign command (backport #9593) (#9605) 2021-06-30 15:10:18 +02:00
bank x/capability: Cap Initialization Fix (#9392) 2021-07-06 09:12:56 -04:00
capability x/capability: Cap Initialization Fix (#9392) 2021-07-06 09:12:56 -04:00
crisis fix linting (#9531) 2021-06-17 10:48:03 +02:00
distribution fix linting (#9531) 2021-06-17 10:48:03 +02:00
evidence fix linting (#9531) 2021-06-17 10:48:03 +02:00
genaccounts fix linting (#9531) 2021-06-17 10:48:03 +02:00
genutil fix linting (#9531) 2021-06-17 10:48:03 +02:00
gov fix: x/gov deposits querier (Initial Deposit) (backport #9288) (#9453) 2021-06-17 14:51:56 +02:00
ibc x/capability: Cap Initialization Fix (#9392) 2021-07-06 09:12:56 -04:00
mint fix linting (#9531) 2021-06-17 10:48:03 +02:00
params fix linting (#9531) 2021-06-17 10:48:03 +02:00
simulation fix linting (#9531) 2021-06-17 10:48:03 +02:00
slashing fix linting (#9531) 2021-06-17 10:48:03 +02:00
staking fix linting (#9531) 2021-06-17 10:48:03 +02:00
upgrade fix: Dumping upgrade info interrupted by cosmovisor (#9384) (#9608) 2021-06-29 14:52:41 +02:00
README.md

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.