Files
reth/book/README.md
Andrew Kirillov d4d8a8c882 Moves code walkthrough book chapters to docs (#629)
* replaced template blocks with code blocks in stages chapter

* replaced template blocks with code blocks in network chapter

* moved book sections to docs

* fix indentation in recover_signer codeblock

* remove unnecessary TODO comment in network.md
2022-12-28 10:24:39 +01:00

21 lines
619 B
Markdown

# reth Book
<img src="images/" style="border-radius: 20px">
<!-- Add a quick description about Reth, what it is, the goals of the build, and any other quick overview information -->
The book is continuously rendered [here](https://paradigmxyz.github.io/reth/)!
> 📖 **Contributing**
>
> You can contribute to this book on [GitHub][gh-book].
### 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](./installation.md).
[gh-book]: https://github.com/paradigmxyz/reth/tree/main/book