| Crates.io | evm |
| lib.rs | evm |
| version | 1.0.0 |
| created_at | 2017-09-09 01:10:12.006395+00 |
| updated_at | 2025-08-17 00:56:23.745772+00 |
| description | Ethereum Virtual Machine |
| homepage | |
| repository | https://github.com/rust-ethereum/evm |
| max_upload_size | |
| id | 31108 |
| size | 180,460 |
Rust EVM, also known as SputnikVM, is a flexible Ethereum Virtual Machine interpreter that can be easily customized.
The Rust EVM project has a long history dating back to the initial implementation in 2017 (when it was called SputnikVM). It has gone through multiple rewrites over the years to accommodate for different requirements, when we successfully tested it by integrating Geth to sync the mainnet.
The current rewrite is used in production for the Frontier project (the Ethereum-compatibility layer for Polkadot). We pass the Ethereum test suite. PR for fixes are welcomed.
no_std, and can be used in different environments
like in WebAssembly.Rust EVM requires at least rustc 1.75.
Apache 2.0