mega-evme
Execute and debug EVM bytecode locally with MegaETH's gas model, tracing, and state forking.
Installation
cargo build --release -p mega-evme
# Binary: target/release/mega-evmeCommands
Command
Description
Quick Start
mega-evme run 0x60016000526001601ff3mega-evme run --create true 0x6080604052... --dump# Call WETH.name() on MegaETH mainnet
mega-evme tx \
--fork --fork.rpc https://mainnet.megaeth.com/rpc \
--sender.balance 1ether \
--receiver 0x4200000000000000000000000000000000000006 \
--input 0x06fdde03Global Options
Flag
Default
Aliases
Description
Read more
Last updated