mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-11 07:25:09 -05:00
* 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
21 lines
619 B
Markdown
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 |