mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
21 lines
751 B
Markdown
21 lines
751 B
Markdown
# <h1 align="center"> reth </h1>
|
|
|
|
*Blazing-fast implementation of the Ethereum protocol*
|
|
|
|
[][gh-ci]
|
|
[][gh-deny]
|
|
[][codecov]
|
|
|
|
## Build
|
|
|
|
Rust minimum required version to build this project is 1.65.0 published 02.11.2022
|
|
|
|
## Docs
|
|
|
|
- [User docs][book]
|
|
- [Contributor docs](./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
|
|
[book]: https://foundry-rs.github.io/reth/ |