github.com/Finschia/finschia-sdk@v0.48.1/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  - [Authz](authz/spec/README.md) - Authorization for accounts to perform actions on behalf of other accounts.
    12  - [Bank](bank/spec/README.md) - Token transfer functionalities.
    13  - [Capability](capability/spec/README.md) - Object capability implementation.
    14  - [Foundation](foundation/README.md) - foundation related functionalities.
    15  - [Crisis](crisis/spec/README.md) - Halting the blockchain under certain circumstances (e.g. if an invariant is broken).
    16  - [Distribution](distribution/spec/README.md) - Fee distribution, and staking token provision distribution.
    17  - [Evidence](evidence/spec/README.md) - Evidence handling for double signing, misbehaviour, etc.
    18  - [Governance](gov/spec/README.md) - On-chain proposals and voting.
    19  - [IBC](ibc/spec/README.md) - IBC protocol for transport, authentication and ordering.
    20  - [IBC Transfer](ibc/spec/README.md) - Cross-chain fungible token transfer implementation through IBC.
    21  - [Mint](mint/spec/README.md) - Creation of new units of staking token.
    22  - [Params](params/spec/README.md) - Globally available parameter store.
    23  - [Slashing](slashing/spec/README.md) - Validator punishment mechanisms.
    24  - [Staking](staking/spec/README.md) - Proof-of-Stake layer for public blockchains.
    25  - [Staking Plus](stakingplus/spec/README.md) - Modified version of staking.
    26  - [Upgrade](upgrade/spec/README.md) - Software upgrades handling and coordination.
    27  
    28  To learn more about the process of building modules, visit the [building modules reference documentation](../docs/building-modules/README.md).