mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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>
757 B
757 B
Intruduction
Reth is a user-friendly, modular, fast, and efficient Ethereum full node implementation that is compatible with the Engine API. It allows users to connect to the Ethereum network and interact with the blockchain, including sending and receiving transactions and accessing smart contracts. Reth is built and maintained by Paradigm and is licensed under the Apache and MIT licenses.
Status
The project is not ready for use. We hope to have full sync implemented sometime in January/February 2023, followed by optimizations. In the meantime, we're working on making sure every crate of the repository is well documented, abstracted and tested.