- Download the datadir snapshot to ./datadir.
- Set
L1_RPC_URLinup.sh - Run
make up.
date: 2025-10-28
make up
make down
make clean
To query the RPC:
RPC_URL=http://localhost:8545
curl $RPC_URL -X POST -H "Content-Type: application/json" --data \
'{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
To check on the sync status of the node:
RPC_URL=http://localhost:7545
curl $RPC_URL -X POST -H "Content-Type: application/json" --data \
'{"jsonrpc":"2.0","method":"optimism_syncStatus","params":[],"id":1}' | jq .
or bash progress.sh
Please refer to celestia docs for network upgrades: https://docs.celestia.org/how-to-guides/participate#network-upgrades