Quick Start
- Prerequisites:
- Docker and Docker Compose
- Minimum hardware requirements (see node README)
- Access to a Flashblocks websocket endpoint, we provide public endpoints in the env files in the repo
- Set Up Environment:
- Start the Node with Flashblocks Support:
Configuration Options
- Node Type: Use
NODE_TYPE=baseto enable base reth node with Flashblocks functionality - Network: Use
NETWORK_ENV=.env.mainnetfor mainnet orNETWORK_ENV=.env.sepoliafor testnet
- For Mainnet:
RETH_FB_WEBSOCKET_URL=wss://mainnet.flashblocks.base.org/ws - For Sepolia:
RETH_FB_WEBSOCKET_URL=wss://sepolia.flashblocks.base.org/ws