github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/x/README.md (about)

     1  <!--
     2  parent:
     3    order: false
     4  -->
     5  
     6  # List of Modules
     7  
     8  Here are some production-grade modules that can be used in Cosmos SDK applications, along with their respective documentation:
     9  
    10  - [Auth](auth/spec/README.md) - Authentication of accounts and transactions for Cosmos SDK application.
    11  - [Bank](bank/spec/README.md) - Token transfer functionalities.
    12  - [Governance](gov/spec/README.md) - On-chain proposals and voting.
    13  - [Staking](staking/spec/README.md) - Proof-of-stake layer for public blockchains.
    14  - [Slashing](slashing/spec/README.md) - Validator punishment mechanisms.
    15  - [Distribution](distribution/spec/README.md) - Fee distribution, and staking token provision distribution.
    16  - [Crisis](crisis/spec/README.md) - Halting the blockchain under certain circumstances (e.g. if an invariant is broken).
    17  - [Mint](mint/spec/README.md) - Creation of new units of staking token.
    18  - [Params](params/spec/README.md) - Globally available parameter store.
    19  - [Supply](supply/spec/README.md) - Total token supply of the chain.
    20  
    21  To learn more about the process of building modules, visit the [building modules reference documentation](../docs/building-modules/README.md).