Registry / other / evm
library1.1.1rscratesunverified

Ethereum Virtual Machine implementation in Rust.

# Cargo.toml [dependencies] evm = "1.1.1"
INSTALL
IMPORT
SIG · EVM
E
evm
otherrustv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EVM
use evm::EVM;

Creates a new EVM instance for executing Ethereum bytecode.

use evm::EVM; fn main() { let mut evm = EVM::new(); // Configure and execute a contract println!("EVM created"); }
Debug
Known issues
gotchaRequires external dependencies for state backends (e.g., memory, database).
fix
Enable features like 'std' or 'with-serde' as needed, and provide a backend implementation.
affects: >=1.0.0
Upgrade
Version history
1.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
evm — cargo add evm · libregistry