Skip to main content
A user can query and interact with the evm module using the CLI, JSON-RPC, gRPC or REST.

CLI

Find below a list of injectived commands added with the x/evm module. You can obtain the full list by using the injectived -h command.

Queries

The query commands allow users to query evm state. code Allows users to query the smart contract code at a given address.
storage Allows users to query storage for an account with a given key and height.

Transactions

The tx commands allow users to interact with the evm module. raw Allows users to build cosmos transactions from raw ethereum transaction.

JSON-RPC

For an overview on the JSON-RPC methods and namespaces supported on Ethermint, please refer to https://docs.injective.zone/basics/json_rpc.html

gRPC

Queries

Transactions

Last modified on March 30, 2026