Milestone and schedule claims with source-aware settlement.
Cadence is built for timing disputes: whether a deadline was met, a release happened, or a public milestone actually landed. The contract keeps commitments, evidence and GenLayer settlement in one timeline.
- Network: GenLayer Bradbury
- Chain ID: 4221
- Contract:
0x444E17A449fdECeEEB93eFA470C2833c7a6E3681 - Deploy transaction: 0x096e87a3...01d338
- Deployed:
2026-07-01T15:52:01.109Z - Source:
contracts/cadence_v2.py(36,749 bytes)
- Set a timing standard.
- Open a cadence record.
- Attach milestone evidence.
- Review the result.
- Challenge or finalize the timeline.
The frontend reads milestones, open reviews, recent records and status-filtered lists. Contract state is public; write actions still require a connected wallet on GenLayer Bradbury.
| Action | Transaction |
|---|---|
set_cadence_standard |
0x28af6a3f...e97e1f |
Read verification passed on Bradbury after deploy. The public app points at this contract address and reads accepted state.
python -m http.server 8080Open http://localhost:8080.
The public package is static and has no install step. Vercel receives only frontend, contract source and public deployment metadata.
Keep wallet private keys, vault exports, .env files, Vercel project state and dashboard data out of Git. This repository is for public source, UI, tests and deployment receipts only.