Slinky Network
  • Introduction
  • Whitepaper
  • Slinky Parallax PoS Chain
    • Accounts
    • Chain ID
    • Encoding
    • Gas and Fees
    • Pending State
    • Signing
  • Modules
    • evm
    • feemarket
  • Research Paper
Powered by GitBook
On this page

Modules

PreviousSigningNextevm

Last updated 11 months ago

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:

  • : Smart Contract deployment and execution on Cosmos

  • : Fee market implementation based on the EIP1559 specification.

Cosmos SDK

Neura uses the following Cosmos SDK modules:

  • : Authentication of accounts and transactions for Cosmos SDK applications.

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

  • : Token transfer functionalities.

  • : Object capability implementation.

  • : Fee distribution, and staking token provision distribution.

  • : Evidence handling for double signing, misbehaviour, etc.

  • : Grant fee allowances for executing transactions.

  • : Variety of genesis utility functionalities for usage within a blockchain application

  • : On-chain proposals and voting.

  • : Globally available parameter store.

  • : Validator punishment mechanisms.

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

  • : Software upgrades handling and coordination.

IBC

Neura uses the following the IBC modules for the SDK:

evm
feemarket
auth
authz
bank
capability
distribution
evidence
feegrant
genutil
gov
params
slashing
staking
upgrade
interchain-accounts
transfer