Skip to main content

List of Modules

Here is a list of all production-grade modules that can be used on the Guru blockchain, along with their respective documentation:

  • distribution - Customizable fee distribution and burning mechanism for Guru chain using x/distribution.
  • erc20 - Trustless, on-chain bidirectional internal conversion of tokens between Guru's EVM and Cosmos runtimes.
  • vm - Smart Contract deployment and execution on Cosmos.
  • feemarket - Fee market implementation based on the EIP-1559 specification.
  • feepolicy - Module for opt-in fee discounts on transactions, supporting percent or fixed reductions per account.
  • oracle - Oracle module manages external data on-chain by registering documents with endpoints and aggregation rules.

Cosmos SDK

Guru 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.
  • 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

Guru uses the following the IBC modules for the SDK: