A curated list of excellent Revm-related resources. Feel free to contribute to this list!
- Main Repo: Revm Repository - The central code repository for Revm.
- Documentation: Revm User Book - Comprehensive user documentation for Revm.
- Guido Vranken - Security audit and analysis.
- Tweet - Tweet announcing the audit.
- Reth: A modular, contributor-friendly, and ultra-fast implementation of the Ethereum protocol.
- Revmc: JIT and AOT compiler for the Ethereum Virtual Machine, leveraging Revm.
- Foundry: A portable and modular toolkit for rapid Ethereum application development in Rust.
- Hardhat: A comprehensive development environment for compiling, deploying, testing, and debugging Ethereum software.
- Arbiter: smart-contract simulation.
- revm-inspectors: Hooks for EVM execution.
- eip3074-instructions: Implements custom instructions for AUTH and AUTHCALL operations.
- Revm is All You Need: Guide on building simulated blockchain environments.
- Uniswap Swap Example: Demonstrates a USDC swap on Uniswap V2.
- Fork Transaction Example: Example of a fork transaction.
- revm-by-example: Practical examples using the Rust Ethereum Virtual Machine.