Small playground for experimenting with revm in Rust, alongside a Foundry subproject for Solidity contracts.
Run the default example in src/main.rs:
cargo runRun the ERC-20 deployment example in bin/erc20-deploy/main.rs:
cargo run --bin erc20-deployThis binary boots an in-memory revm instance, deploys the compiled contract from contracts/src/ERC20.sol, and prints the deployed contract address plus the initial holder balance.