Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/base-chain/node-operators/run-a-base-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ You'll also know that the sync hasn't completed if you get `Error: nonce has alr

---

## Deployment Tools

If you'd rather not run the manual setup above yourself, a self-hosted deployment tool can run Base clients on your own infrastructure:

- **[Chainstack Self-Hosted](https://docs.chainstack.com/docs/self-hosted/introduction)** — web UI and CLI for deploying Base execution (base-reth) and consensus (base-node) clients on your own Kubernetes cluster, cloud, or on-prem hardware. Built-in monitoring included. Free. No Chainstack account required. Built by Chainstack.

---

## Enable Flashblocks

Once your node is synced, you can enable Flashblocks to serve 200ms preconfirmations to your applications.
Expand Down
Loading