mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 17:48:03 -05:00
13 lines
605 B
Markdown
13 lines
605 B
Markdown
# Run a Node
|
|
|
|
Congratulations, now that you have installed Reth, it's time to run it!
|
|
|
|
In this chapter we'll go through a few different topics you'll encounter when running Reth, including:
|
|
1. [Running on mainnet or official testnets](./mainnet.md)
|
|
1. [Logs and Observability](./observability.md)
|
|
1. [Configuring reth.toml](./config.md)
|
|
1. [Transaction types](./transactions.md)
|
|
1. [Troubleshooting](./troubleshooting.md)
|
|
|
|
In the future, we also intend to support the [OP Stack](https://stack.optimism.io/docs/understand/explainer/), which will allow you to run Reth as a Layer 2 client. More there soon!
|