A playground for taking Rust EVM for a spin.
Requires solc.
Currently only supports string, uint, address, bool, and bytes32 types on contracts. May break for bytesXX other than 32.
- Put contracts into the contracts folder
- cargo run
Contract build file and abi will be placed in build/contracts.