Modules
List of Modules
Here is a list of all production-grade modules that can be used on the Neura blockchain, along with their respective documentation:
evm: Smart Contract deployment and execution on Cosmos
feemarket: Fee market implementation based on the EIP1559 specification.
Cosmos SDK
Neura uses the following Cosmos SDK 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.
capability: Object capability implementation.
distribution: Fee distribution, and staking token provision distribution.
evidence: Evidence handling for double signing, misbehaviour, etc.
feegrant: Grant fee allowances for executing transactions.
genutil: Variety of genesis utility functionalities for usage within a blockchain application
gov: On-chain proposals and voting.
params: Globally available parameter store.
slashing: Validator punishment mechanisms.
staking: Proof-of-Stake layer for public blockchains.
upgrade: Software upgrades handling and coordination.
IBC
Neura uses the following the IBC modules for the SDK:
Last updated