This Ignite App is aimed to extend Ignite CLI and bootstrap the development of an EVM-enabled Cosmos SDK blockchain.
- Ignite CLI version v29.5.0 or greater (no minimal chain).
- Knowledge of blockchain development (Cosmos SDK).
ignite s chain gm --address-prefix gm --no-module
cd gm
ignite app install -g github.com/ignite/apps/evm
ignite evm addAfter 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