Skip to content

Commit b812384

Browse files
committedMar 5, 2024··
Add readme
1 parent 8d1b026 commit b812384

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎crates/edr_napi/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# EDR - Ethereum Development Runtime
2+
3+
**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.
4+
EDR provides a performant API, written in Rust, with bindings for the Node API (TypeScript).
5+
6+
At the moment, EDR is only meant to be consumed from [Hardhat](https://hardhat.org/), but we plan to have a stable API that can be used from any other tooling. If you are interested in this, please reach out.

0 commit comments

Comments
 (0)
Please sign in to comment.