A curated list of awesome tools and resources for the Ethereum Virtual Machine (EVM) development and analysis.
It's an EVM written in Rust, super flexible and extensible.
A C++ implementation of the EVM created and maintained by the Ipsilon team (Ethereum Foundation). It's the fastest EVM as of now, but less customizable than revm
.
- https://etherscan.io/
- https://explorer.sim.io/ -> the old evm.storage
- evm.codes
- evm.monster
- tenderly
- phalcon
- alloy: https://github.com/alloy-rs/core
- ether-js: https://github.com/ethers-io/ethers.js
- foundry
- heimdall: https://github.com/Jon-Becker/heimdall-rs - bytecode analysis
- cryo: data extraction
- viem: https://github.com/wevm/viem
- evmdiff: https://www.evmdiff.com/
- abi ninja: https://abi.ninja/
- eth95: https://github.com/adrianmcli/eth95