MCPcopy Index your code
hub / github.com/bluealloy/revm

github.com/bluealloy/revm @v0.3.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.3.1 ↗ · + Follow
395 symbols 792 edges 48 files 79 documented · 20% updated todayv111 · 2026-05-26★ 2,20151 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

revm - Revolutionary Machine

Is Rust Ethereum Virtual Machine with great name that is focused on speed and simplicity. It gets ispiration from SputnikVM (got opcodes/machine from here), OpenEthereum and Geth with a help from wolflo/evm-opcodes. This is probably one of the fastest implementation of EVM, from const EVM Spec to optimistic changelogs for subroutines to merging eip2929 in EVM state so that it can be accesses only once are some of the things that are improving the speed of execution.

Here is list of things that i would like to use as guide in this project: - EVM compatibility and stability - this goes without saying but it is nice to put it here. In blockchain industry, stability is most desired attribute of any system. - Speed - is one of the most important things and most decision are made to complement this. - Simplicity - simplification of internals so that it can be easily understood and extended, and interface that can be easily used or integrated into other project. - interfacing - [no_std] so that it can be used as wasm lib and integrate with JavaScript and cpp binding if needed.

For more INFO check

Please check bins/revm-test for simple use case.

All ethereum state tests can be found bins/revm-ethereum-tests and can be run with cargo run --release -- all

Read more on REVM at crates/revm/README.md

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 181
Function 143
Class 42
Enum 21
Interface 8

Languages

Rust100%

Modules by API surface

crates/revm/src/subroutine.rs37 symbols
crates/revm/src/opcode/system.rs29 symbols
crates/revm/src/machine/machine.rs25 symbols
crates/revm/src/evm_impl.rs22 symbols
crates/revm/src/models.rs19 symbols
crates/revm/src/opcode/misc.rs18 symbols
crates/revm_precompiles/src/lib.rs16 symbols
crates/revm/src/opcode/gas/calc.rs16 symbols
crates/revm/src/machine/memory.rs14 symbols
crates/revm/src/evm.rs13 symbols
crates/revm_precompiles/src/modexp.rs12 symbols
crates/revm/src/opcode/arithmetic.rs12 symbols

For agents

$ claude mcp add revm \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page