0g-chain/x/evmutil/spec
2024-07-26 14:01:53 -07:00
..
01_concepts.md docs(x/evmutil): Remove akava and evmbankkeeper from spec (#1968) 2024-07-26 14:01:53 -07:00
02_state.md docs(x/evmutil): Remove akava and evmbankkeeper from spec (#1968) 2024-07-26 14:01:53 -07:00
03_messages.md feat(evmutil): implement MsgConvertCosmosCoinFromERC20 (#1609) 2023-06-02 14:26:51 -07:00
04_events.md feat(evmutil): implement MsgConvertCosmosCoinFromERC20 (#1609) 2023-06-02 14:26:51 -07:00
05_params.md feat(evmutil)!: implement MsgConvertCosmosCoinToERC20 (#1603) 2023-05-30 12:00:01 -07:00
README.md docs(x/evmutil): Remove akava and evmbankkeeper from spec (#1968) 2024-07-26 14:01:53 -07:00

evmutil

Table of Contents

  1. Concepts
  2. State
  3. Messages
  4. Events
  5. Params

Overview

The evmutil module provides additional functionalities on top of the evm module.

ERC20 Token <> sdk.Coin Conversion

evmutil exposes messages to allow for the conversion of Kava ERC20 tokens and sdk.Coins via a whitelist.

For additional details on how these messages work, see Messages.