An implementation of the ethereum virtual machine from scratch
To run the EVM:
Install cargo follow instructions here
Clone repo
git clone git@github.com:karmacoma-eth/smol-evm.git
Install dependencies
cargo build
Run tests
cargo test
Run evm
cargo run 60048060005b8160125760005360016000f35b8201906001900390600556
Install