Files
nanoreth/book/SUMMARY.md
2022-12-06 18:02:04 -08:00

51 lines
918 B
Markdown

[Introduction](./README.md)
# Getting Started
- [Installation]()
- [First Steps with Reth]()
<!-- An overview of all the flags, how they work and how to configure the node -->
- [Configuring The Node]()
- [Running Reth]()
# A Tour Of Reth
- [Database]()
- [codecs]()
- [libmdbx-rs]()
- [db]()
- [Networking]()
- [P2P]()
- [network]()
- [eth-wire]()
- [discv4]()
- [ipc]()
- [RPC]()
- [rpc-api]()
- [rpc]()
- [rpc-types]()
- [Downloaders]()
- [bodies-downloaders]()
- [headers-downloaders]()
- [Ethereum]()
- [executor]()
- [consensus]()
- [transaction-pool]()
- [Staged Sync]()
- [stages]()
- [Primitives]()
- [primitives]()
- [rlp]()
- [rlp-derive]()
- [Misc]()
- [interfaces]()
- [tracing]()
- [crate-template]()
- [examples]()
# Design
- [Goals](./design/goals.md)