Skip to content

rust-ethereum/evm

Folders and files

NameName
Last commit message
Last commit date
Jun 4, 2024
Jun 4, 2024
Jan 13, 2025
Jun 25, 2024
May 28, 2024
Jan 13, 2025
Jun 25, 2024
Aug 16, 2024
Dec 18, 2017
Jul 27, 2021
Nov 19, 2023
Dec 5, 2023
Nov 25, 2023
Jun 11, 2024
Mar 31, 2017
May 19, 2024
Jan 23, 2024
May 28, 2024

Repository files navigation

Rust EVM

Build Status License

Rust EVM, also known as SputnikVM, is a flexible Ethereum Virtual Machine interpreter that can be easily customized.

Status

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 one integrating Geth to sync the mainnet.

The current rewrite is used in production for the Frontier project (the Ethereum-compatibility layer for Polkadot). However, we have not yet fully tested it against Ethereum mainnet. If you have such requirements, PR for fixes are welcomed.

Features

  • Standalone - can be launched as an independent process or integrated into other apps.
  • Flexible - can be customized and extended to support additional opcodes, additional precompiles, different gasometers or other more exotic use cases.
  • Portable - support no_std, and can be used in different environments like in WebAssembly.
  • Fast - we of course try to be fast!
  • written in Rust, can be used as a binary, cargo crate or shared library.

Dependencies

Rust EVM requires at least rustc 1.75.

Documentation

License

Apache 2.0