Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

EVM

This Ignite App is aimed to extend Ignite CLI and bootstrap the development of an EVM-enabled Cosmos SDK blockchain.

Prerequisites

  • Ignite CLI version v29.5.0 or greater (no minimal chain).
  • Knowledge of blockchain development (Cosmos SDK).

Usage

ignite s chain gm --address-prefix gm --no-module
cd gm
ignite app install -g github.com/ignite/apps/evm
ignite evm add

After scaffolding the EVM integration, initialize the chain with proper EVM genesis (bank denom metadata is set with 18 decimals based on the chain's default denom):

ignite evm init