Chain Architecture

Empe is built on the Cosmos SDK and takes full advantage of its modular architecture.

View the full list of modules here.

Cosmos Modules:

  • Auth - Authentication of accounts and transactions for Cosmos SDK applications.

  • Authz - Authorization for accounts to perform actions on behalf of other accounts.

  • Bank - Token transfer functionalities.

  • Distribution - Fee distribution, and staking token provision distribution.

  • Governance - On-chain proposals and voting.

  • Staking - Proof-of-Stake layer for public blockchains.

Custom Modules:

  • DidDoc - DID Document repository

  • Minter - Minter for predictable inflation

  • Vesting - Adds the option to split vesting accounts

Last updated