cosmos-sdk/docs/building-modules/README.md

2.6 KiB

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.