mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
20 lines
815 B
Markdown
20 lines
815 B
Markdown
# <h1 align="center"> reth </h1>
|
|
|
|
*Blazing-fast implementation of the Ethereum protocol*
|
|
|
|
[][gh-ci]
|
|
[][gh-deny]
|
|
[][codecov]
|
|
|
|
## Build
|
|
|
|
To build this project we are currently using Rust nightly for GAT support, that is planed to release in rust 1.65 (4th Nov 2022). GAT's are used for the `Database` trait in `reth-interface`.
|
|
|
|
## Docs
|
|
|
|
Contributor docs can be found [here](./docs).
|
|
|
|
[codecov]: https://app.codecov.io/gh/foundry-rs/reth
|
|
[gh-ci]: https://github.com/foundry-rs/reth/actions/workflows/ci.yml
|
|
[gh-deny]: https://github.com/foundry-rs/reth/actions/workflows/deny.yml
|