ZAP1 attestation explorer for Zcash mainnet.
Single-page React app that queries the ZAP1 backend and displays:
- Dashboard - total leaves, anchor count, event type distribution (pie chart), anchor history timeline, anchor transaction table with links to zcashblockexplorer.com
- Leaves - browse lifecycle events by wallet hash, view event types, leaf hashes, anchor status
- Leaf detail - full Merkle proof path visualization (SVG), root hash, on-chain anchor txid
- Search - look up any wallet hash or leaf hash
All data comes from the live API at https://pay.frontiercompute.io.
npm install
npm run dev
Vite dev server starts on http://localhost:5173. The app hits the production API directly - no local backend needed.
MIT