Operations
Block explorer
The Blockscout stack in infra/explorer, pointed at op-geth — and the privacy-aware views (commitment/nullifier indexing, pool TVL, ASP status) planned on top of it.
infra/explorer is a Blockscout deployment — database, redis, backend, and frontend — pointed at the devnet's op-geth. It gives you a familiar block/transaction explorer for the L3.
Run it
cd infra/explorer
cp .env.example .env
docker compose up -dIt expects the OP Stack devnet to be reachable so it has a chain to index.
Privacy-aware views (planned)
Beyond standard block/tx browsing, the explorer is slated to decode shh's own events:
- Commitment and nullifier event indexing for both pools.
- Pool TVL.
- ASP status — which association root is live.