Threaded evidence synthesis with validator assessment.
Evidence Loom is a Next.js evidence board. Threads are written, sourced and assessed through GenLayer so the public page shows both the claim and the review trail.
- Network: GenLayer Bradbury
- Chain ID: 4221
- Contract:
0x4432929424994780e69C9e99Fb59f16c1A5Ec03a - Deploy transaction: 0xd3b4e661...dcd50c
- Deployed:
2026-07-01T15:47:06.997Z - Source:
contracts/weave_v2.py(28,985 bytes)
- Create an evidence thread.
- Attach the source.
- Assess through validators.
- Show rationale and status.
- Open thread detail pages.
The frontend reads thread records, source links, weaver addresses and assessment status. Contract state is public; write actions still require a connected wallet on GenLayer Bradbury.
| Action | Transaction |
|---|---|
weave_thread/create_case leaderOnly + configure_protocol |
0x7d0a6a7d...b8d769 |
secondary write |
0x0c8115cc...6bc86e |
Read verification passed on Bradbury after deploy. The public app points at this contract address and reads accepted state.
npm install
npm run devOpen the localhost URL printed by Next.js.
The production build runs on Next.js 15.5.19. The local production dependency audit passes with npm audit --omit=dev returning zero vulnerabilities after the ws and postcss overrides.
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.