feat(book): add documentation for ports (#4370)

This commit is contained in:
Thomas Coratger
2023-08-28 15:42:34 +02:00
committed by GitHub
parent 5339502f3f
commit 7095733449
3 changed files with 40 additions and 0 deletions

View File

@ -8,6 +8,7 @@ In this chapter we'll go through a few different topics you'll encounter when ru
1. [Configuring reth.toml](./config.md)
1. [Transaction types](./transactions.md)
1. [Pruning](./pruning.md)
1. [Ports](./ports.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!