|
1 | 1 | # Reth Book
|
2 | 2 |
|
3 |
| -1. [Introduction](./intro.md) |
4 |
| -1. [Installation](./installation/installation.md) |
5 |
| - 1. [Pre-Built Binaries](./installation/binaries.md) |
6 |
| - 1. [Docker](./installation/docker.md) |
7 |
| - 1. [Build from Source](./installation/source.md) |
8 |
| - 1. [Build for ARM devices](./installation/build-for-arm-devices.md) |
9 |
| - 1. [Update Priorities](./installation/priorities.md) |
10 |
| -1. [Run a Node](./run/run-a-node.md) |
11 |
| - 1. [Mainnet or official testnets](./run/mainnet.md) |
12 |
| - 1. [OP Stack](./run/optimism.md) |
13 |
| - 1. [Private testnet](./run/private-testnet.md) |
14 |
| - 1. [Metrics](./run/observability.md) |
15 |
| - 1. [Configuring Reth](./run/config.md) |
16 |
| - 1. [Transaction types](./run/transactions.md) |
17 |
| - 1. [Pruning & Full Node](./run/pruning.md) |
18 |
| - 1. [Ports](./run/ports.md) |
19 |
| - 1. [Troubleshooting](./run/troubleshooting.md) |
20 |
| -1. [Interacting with Reth over JSON-RPC](./jsonrpc/intro.md) |
21 |
| - 1. [eth](./jsonrpc/eth.md) |
22 |
| - 1. [web3](./jsonrpc/web3.md) |
23 |
| - 1. [net](./jsonrpc/net.md) |
24 |
| - 1. [txpool](./jsonrpc/txpool.md) |
25 |
| - 1. [debug](./jsonrpc/debug.md) |
26 |
| - 1. [trace](./jsonrpc/trace.md) |
27 |
| - 1. [admin](./jsonrpc/admin.md) |
28 |
| - 1. [rpc](./jsonrpc/rpc.md) |
29 |
| -1. [CLI Reference](./cli/cli.md) |
30 |
| - 1. [reth node](./cli/node.md) |
31 |
| - 1. [reth init](./cli/init.md) |
32 |
| - 1. [reth import](./cli/import.md) |
33 |
| - 1. [reth db](./cli/db.md) |
34 |
| - 1. [reth stage](./cli/stage.md) |
35 |
| - 1. [reth p2p](./cli/p2p.md) |
36 |
| - 1. [reth test-vectors](./cli/test-vectors.md) |
37 |
| - 1. [reth config](./cli/config.md) |
38 |
| - 1. [reth debug](./cli/debug.md) |
39 |
| - 1. [reth recover](./cli/recover.md) |
40 |
| -1. [Developers](./developers/developers.md) |
41 |
| - 1. [Contribute](./developers/contribute.md) |
| 3 | +- [Introduction](./intro.md) |
| 4 | +- [Installation](./installation/installation.md) |
| 5 | + - [Pre-Built Binaries](./installation/binaries.md) |
| 6 | + - [Docker](./installation/docker.md) |
| 7 | + - [Build from Source](./installation/source.md) |
| 8 | + - [Build for ARM devices](./installation/build-for-arm-devices.md) |
| 9 | + - [Update Priorities](./installation/priorities.md) |
| 10 | +- [Run a Node](./run/run-a-node.md) |
| 11 | + - [Mainnet or official testnets](./run/mainnet.md) |
| 12 | + - [OP Stack](./run/optimism.md) |
| 13 | + - [Private testnet](./run/private-testnet.md) |
| 14 | + - [Metrics](./run/observability.md) |
| 15 | + - [Configuring Reth](./run/config.md) |
| 16 | + - [Transaction types](./run/transactions.md) |
| 17 | + - [Pruning & Full Node](./run/pruning.md) |
| 18 | + - [Ports](./run/ports.md) |
| 19 | + - [Troubleshooting](./run/troubleshooting.md) |
| 20 | +- [Interacting with Reth over JSON-RPC](./jsonrpc/intro.md) |
| 21 | + - [eth](./jsonrpc/eth.md) |
| 22 | + - [web3](./jsonrpc/web3.md) |
| 23 | + - [net](./jsonrpc/net.md) |
| 24 | + - [txpool](./jsonrpc/txpool.md) |
| 25 | + - [debug](./jsonrpc/debug.md) |
| 26 | + - [trace](./jsonrpc/trace.md) |
| 27 | + - [admin](./jsonrpc/admin.md) |
| 28 | + - [rpc](./jsonrpc/rpc.md) |
| 29 | +- [CLI Reference](./cli/cli.md) <!-- CLI_REFERENCE START --> |
| 30 | + - [`reth`](./cli/reth.md) |
| 31 | + - [`reth node`](./cli/reth/node.md) |
| 32 | + - [`reth init`](./cli/reth/init.md) |
| 33 | + - [`reth import`](./cli/reth/import.md) |
| 34 | + - [`reth db`](./cli/reth/db.md) |
| 35 | + - [`reth db stats`](./cli/reth/db/stats.md) |
| 36 | + - [`reth db list`](./cli/reth/db/list.md) |
| 37 | + - [`reth db diff`](./cli/reth/db/diff.md) |
| 38 | + - [`reth db get`](./cli/reth/db/get.md) |
| 39 | + - [`reth db drop`](./cli/reth/db/drop.md) |
| 40 | + - [`reth db clear`](./cli/reth/db/clear.md) |
| 41 | + - [`reth db snapshot`](./cli/reth/db/snapshot.md) |
| 42 | + - [`reth db version`](./cli/reth/db/version.md) |
| 43 | + - [`reth db path`](./cli/reth/db/path.md) |
| 44 | + - [`reth stage`](./cli/reth/stage.md) |
| 45 | + - [`reth stage run`](./cli/reth/stage/run.md) |
| 46 | + - [`reth stage drop`](./cli/reth/stage/drop.md) |
| 47 | + - [`reth stage dump`](./cli/reth/stage/dump.md) |
| 48 | + - [`reth stage dump execution`](./cli/reth/stage/dump/execution.md) |
| 49 | + - [`reth stage dump storage-hashing`](./cli/reth/stage/dump/storage-hashing.md) |
| 50 | + - [`reth stage dump account-hashing`](./cli/reth/stage/dump/account-hashing.md) |
| 51 | + - [`reth stage dump merkle`](./cli/reth/stage/dump/merkle.md) |
| 52 | + - [`reth stage unwind`](./cli/reth/stage/unwind.md) |
| 53 | + - [`reth stage unwind to-block`](./cli/reth/stage/unwind/to-block.md) |
| 54 | + - [`reth stage unwind num-blocks`](./cli/reth/stage/unwind/num-blocks.md) |
| 55 | + - [`reth p2p`](./cli/reth/p2p.md) |
| 56 | + - [`reth p2p header`](./cli/reth/p2p/header.md) |
| 57 | + - [`reth p2p body`](./cli/reth/p2p/body.md) |
| 58 | + - [`reth test-vectors`](./cli/reth/test-vectors.md) |
| 59 | + - [`reth test-vectors tables`](./cli/reth/test-vectors/tables.md) |
| 60 | + - [`reth config`](./cli/reth/config.md) |
| 61 | + - [`reth debug`](./cli/reth/debug.md) |
| 62 | + - [`reth debug execution`](./cli/reth/debug/execution.md) |
| 63 | + - [`reth debug merkle`](./cli/reth/debug/merkle.md) |
| 64 | + - [`reth debug in-memory-merkle`](./cli/reth/debug/in-memory-merkle.md) |
| 65 | + - [`reth debug build-block`](./cli/reth/debug/build-block.md) |
| 66 | + - [`reth recover`](./cli/reth/recover.md) |
| 67 | + - [`reth recover storage-tries`](./cli/reth/recover/storage-tries.md) |
| 68 | +- [Developers](./developers/developers.md) <!-- CLI_REFERENCE END --> |
| 69 | + - [Contribute](./developers/contribute.md) |
0 commit comments