A modular Ethereum Virtual Machine (EVM) implementation in Rust.
- Core EVM execution engine
- Primitives for blockchain data structures
- Binary for running EVM programs
- Designed for extensibility, performance, and clarity
bins/evm/: EVM binary cratecrates/evm_core/: Core EVM logiccrates/primitives/: Blockchain primitives
- Clone the repository
- Build with
cargo build --workspace - Run the binary with
cargo run -p evm
MIT