mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
* Add MacOS installatin docs * move installatio instruction to book * move installatio instruction to book * fix installation link in readme * Remove installation link from docs, add link to installation in book summary Co-authored-by: Satoshi Okamoto <satoshi@butcher73.com>
24 lines
712 B
Markdown
24 lines
712 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).
|
|
|
|
**[A Tour Of Reth]()**
|
|
|
|
This section will take a deep dive into the inner workings of Reth.
|
|
|
|
[gh-book]: https://github.com/paradigmxyz/reth/tree/main/book |