Crate aurora_evm

Crate aurora_evm 

Source
Expand description

Ethereum Virtual Machine implementation in Rust

Re-exports§

pub use core::*;
pub use runtime::*;

Modules§

backend
EVM backends
core
Core layer for EVM.
executor
EVM executors
gasometer
VM gasometer.
maybe_borrowed
A module containing the MaybeBorrowed enum. See its documentation for details.
prelude
runtime
Runtime layer for EVM.