mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-08 05:55:21 -05:00
* add reth book structur * introduction to reth * add system requirement * update docs * Add node detail * add Disclaimer for disk estimate * add Disclaimer for disk estimate * add comman-line options * matrics docs * add logs docs * remove disk usage for now * Add disable-discovery flag in cli docs #597 Co-authored-by: Satoshi Okamoto <satoshi@butcher73.com>
20 lines
634 B
Markdown
20 lines
634 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](./getting_started/installation.md).
|
|
|
|
[gh-book]: https://github.com/paradigmxyz/reth/tree/main/book |