Skip to main content
Cosmos EVM implements a complete Ethereum execution environment, so the standard development toolchain carries over without modification. You can use any of the EVM tools you already know; just point them at your chain’s RPC endpoint and chain ID.

Development Tools

The following tools are a few examples of the many tools that are available for development on Cosmos EVM:

Client Libraries

Wallets

See the quick-start guide for a walkthrough of connecting MetaMask to a local chain. The following are a few examples of the many wallets that are available for development on Cosmos EVM: To add a chain manually, you’ll need: the network name, RPC URL (port 8545), chain ID, and currency symbol.

Block Explorers

Cosmos EVM chains support two types of explorer: EVM explorers for Ethereum-formatted data and Cosmos explorers for Cosmos and IBC data. Mintscan supports both but requires a custom integration.

Testing & Analysis