Chain Architecture
Empe is built on the Cosmos SDK and takes full advantage of its modular architecture. The documentation for these modules uses ATOM as the example native staking token. However, the modules are designed to be adaptable to any Proof-Of-Stake blockchain by substituting ATOM with the native staking token of the chain; Empe case, this token is EMPE. This principle of adaptability also extends to the binaries, allowing for the replacement of gaiad with emped or osmosisd to suit the specific chain environment.
View the full list of modules here.
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.
DidDoc - DID Document repository
Minter - Minter for predictable inflation
Vesting - Adds the option to split vesting accounts
Last updated