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:
0xA26d6730AfB85AeCfd543f25886D9d76dC77EB82 - Deployer:
0x07A12871217d82ADE643Ef8c4EfC27e14F10A649 - Deploy transaction: 0x8d759866...8f2ca5
- Deployed:
2026-07-26T19:35:50.377Z - 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 |
|---|---|
draft_sla |
0x5d8b624a...b65c09 |
The deployment and domain smoke transaction are finalized on Bradbury. The public app is pinned to this contract address.
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.