This guide is the reviewer-facing entrypoint. For the full walkthrough, see QUICKSTART.md.
git clone https://github.com/Frontier-Compute/zap1.git
cd zap1
bash scripts/evaluate.shThis runs the live validation path against the public stack and forwards to scripts/check.sh.
- the live API is reachable and reports
protocol: ZAP1 - anchored roots and leaves exist on mainnet
- a live proof verifies
- memo decode returns
zap1for a known attestation - explorer and simulator are reachable
- published crates are live
- local Rust checks run when the toolchain is available
- Live protocol info:
https://pay.frontiercompute.io/protocol/info - Live stats:
https://pay.frontiercompute.io/stats - Anchor history:
https://pay.frontiercompute.io/anchor/history - Proof page:
https://pay.frontiercompute.io/verify/075b00df286038a7b3f6bb70054df61343e3481fba579591354a00214e9e019b - Proof JSON:
https://pay.frontiercompute.io/verify/075b00df286038a7b3f6bb70054df61343e3481fba579591354a00214e9e019b/proof.json - Browser verifier:
https://frontiercompute.io/verify.html
- Full walkthrough:
QUICKSTART.md - Evidence snapshot:
EVIDENCE.md - Protocol spec:
ONCHAIN_PROTOCOL.md - Test vectors:
TEST_VECTORS.md - Operator runbook:
docs/OPERATOR_RUNBOOK.md