cosmos-sdk/docs/building-modules
Alexander Bezobchuk 95ddc242ad
Merge PR #5240: x/evidence module implementation
2019-11-06 14:08:02 -07:00
..
README.md Merge PR #5240: x/evidence module implementation 2019-11-06 14:08:02 -07:00
structure.md Merge PR #5014: Docs fixes 2019-09-09 10:22:15 -07:00

README.md

Modules

Auth

The x/auth modules is used for accounts

Bank

The x/bank module is for transferring coins between accounts.

Staking

The x/staking module is for Cosmos Delegated-Proof-of-Stake.

Slashing

The x/slashing module is for Cosmos Delegated-Proof-of-Stake.

Distribution

The x/distribution module is for distributing fees and inflation across bonded stakeholders.

Governance

The x/gov module is for bonded stakeholders to make proposals and vote on them.

To keep up with the current status of IBC, follow and contribute to ICS

Crisis

The x/crisis module is for halting the blockchain under certain circumstances.

Mint

The x/mint module is for flexible inflation rates and effect a balance between market liquidity and staked supply.

Params

The x/params module provides a globally available parameter store.

Evidence

The x/evidence modules provides a mechanism for defining and submitting arbitrary events of misbehavior and a means to execute custom business logic for such misbehavior.