https://github.com/nomicfoundation/edr
An Ethereum development runtime implementation that can be reused to build new developer tools.
https://github.com/nomicfoundation/edr
Last synced: about 1 month ago
JSON representation
An Ethereum development runtime implementation that can be reused to build new developer tools.
- Host: GitHub
- URL: https://github.com/nomicfoundation/edr
- Owner: NomicFoundation
- License: mit
- Created: 2021-08-05T20:27:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T09:13:35.000Z (about 1 month ago)
- Last Synced: 2025-05-15T10:06:39.082Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 274 MB
- Stars: 79
- Watchers: 8
- Forks: 27
- Open Issues: 145
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# EDR - Ethereum Development Runtime
**EDR**, or **Ethereum Development Runtime** in full, is a library for creating developer tooling on top of the Ethereum Virtual Machine (EVM), such as an EVM debugger or state inspector. EDR provides a performant API, written in Rust, with bindings for the Node API (TypeScript).
EDR finds its origins in Hardhat but will be a complete rewrite of our Hardhat Network TypeScript code to Rust, incorporating all of the lessons we have learned over the years, and much more to come.