mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
* WIP FOR DRAFT PR * WIP draft, walking through usage in pipeline * diving deeper into instantiation of NetworkHandle & FetchClient * WIP network management task & eth requests task done (ish) * address pr comments: networkmanager as standalone task, networkconfig as main entrypoint for setup * complete draft of the crate docs * restructured, starts w/ expl of * added more snippets/anchors * using ignore flag on code blocks, brief explanation of struct * typos addressed
reth Book
The book is continuously rendered here!
📖 Contributing
You can contribute to this book on GitHub.
Sections
Getting Started To get started with Reth, install, configure and sync your node.
- To install and build reth, you can use the following installation instruction.
This section will take a deep dive into the inner workings of Reth.