cosmos-sdk/x
Sunny Aggarwal b125fccfd2 MsgWeightedVote -> MsgVoteWeighted 2021-01-24 20:54:25 -05:00
..
auth fix proto generation (#8361) 2021-01-18 12:41:34 -03:00
bank x/bank: client denom metadata gRPC (#8317) 2021-01-19 17:08:09 -05:00
capability Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
crisis Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
distribution fix proto generation (#8361) 2021-01-18 12:41:34 -03:00
evidence fix proto generation (#8361) 2021-01-18 12:41:34 -03:00
genaccounts
genutil Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
gov MsgWeightedVote -> MsgVoteWeighted 2021-01-24 20:54:25 -05:00
ibc Add missing unpack interfaces functions to IBC (#8359) 2021-01-19 17:08:09 -05:00
mint fix proto generation (#8361) 2021-01-18 12:41:34 -03:00
params fix proto generation (#8361) 2021-01-18 12:41:34 -03:00
simulation simulation: close opened files and check for error while creating files (#8217) 2020-12-22 13:46:42 +00:00
slashing fix proto generation (#8361) 2021-01-18 12:41:34 -03:00
staking fix proto generation (#8361) 2021-01-18 12:41:34 -03:00
upgrade fix proto generation (#8361) 2021-01-18 12:41:34 -03: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.