cosmos-sdk/docs/building-modules
gamarin2 0992c2994c Merge PR #5014: Docs fixes
* various fixes

* translations to root
2019-09-09 10:22:15 -07:00
..
README.md Merge PR #4787: Updated docs build process 2019-08-26 09:09:18 -04:00
structure.md Merge PR #5014: Docs fixes 2019-09-09 10:22:15 -07:00

README.md

Auth

The x/auth modules is used for accounts

See the API docs

See the specification

Bank

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

See the API docs.

See the specification

Stake

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

See the API docs.

See the specification

Slashing

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

See the API docs

See the specification

Distribution

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

See the API docs

See the specification

Governance

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

See the API docs

See the specification

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.

See the API Docs

See the specification

Mint

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

See the API Docs

See the specification

Params

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

See the API Docs

See the specification