Canonical records for source-backed facts and revisions.
Canon treats a fact record like a living registry entry. Citations, contradictions and proposed revisions are stored with the record before GenLayer decides whether the entry should become canonical.
| Surface | Link |
|---|---|
| Live app | https://assmore22-canon.vercel.app |
| GitHub | https://github.com/assmore22/canon |
| Contract | https://explorer-bradbury.genlayer.com/address/0x4BF07B4F4B2ba811adDaDD716fCf061D53903f44 |
- Network: GenLayer Bradbury
- Chain ID: 4221
- Contract:
0x4BF07B4F4B2ba811adDaDD716fCf061D53903f44 - Deploy transaction: 0xcec61239...605043
- Deployed:
2026-07-01T15:43:46.471Z - Source:
contracts/canon_v2.py(43,321 bytes)
- Create a record.
- Attach citations.
- Propose a revision or contradiction.
- Open review.
- Seal the accepted version.
The frontend reads record counts, revision lists, citation lists and canonical status views. Contract state is public; write actions still require a connected wallet on GenLayer Bradbury.
| Action | Transaction |
|---|---|
create_record |
0x7f194204...f87633 |
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.