zone-scan · setup

Point the explorer at an L1 (Logos) node and the sequencer channel(s) to scan. Saved to ~/.config/zone-scan/config.json.

The L1 node the sequencers settle to (serves /cryptarchia/info, /channel/:id, /cryptarchia/blocks).
Walks each channel's settled blocks all the way back to block #0 and persists them, instead of only the discover window — needed for sequencers whose recent activity sits beyond that window. It's resumable and the live stream keeps fetching new blocks regardless.
Each = one sequencer. Channel id (64-hex or alias: dev, rc4, psychopomp) selects its transactions on the L1. RPC url is the sequencer's JSON-RPC endpoint, used to fetch exact account balances (without it, balances fall back to L1 post-states, which only cover public accounts). Leave the list empty to track every channel on the L1.
The sequencer only names its 5 built-ins (token, amm, authenticated_transfer, pinata, privacy_preserving_circuit). Deployed/custom programs have no on-chain name — label them here by their 64-hex program id (an account's program_owner, shown on any tx that uses the program). These override the built-in registry too.