A tiny EVM implementation in Rust.
This crate only implements the core execution engine of the EVM.
This crate doesn't implements:
-
Gas metering nor out of gas errors
-
The Ethereum world state
-
Inter-account calls
-
Any kind of hardfork-specific logic
-
Publish it to crates.io
-
Create wasm bindings and publish an npm package
-
Create an N-API bindings and publish an npm package
MIT