A living signal board where public claims grow from evidence, reviews and confidence states.
This repo is centered on evidence operations: collecting sources, comparing claims, producing review outputs and keeping the audit trail public.
- Project folder:
projects/36-signal-garden - Frontend: Next/Vite-style app folder
- Contract package:
contracts/plusdeployment.json - Logo asset: Existing project assets
- Build status: Schema-valid strong V2 contract; deploy finalized; 13 smoke writes finalized including GenLayer review/challenge/appeal; read tests passed.
- QA notes: Frontend preview verified through the single Next preview slot. Contract address and smoke txs are registered; private key remains encrypted vault-only.
- Network: studionet (61999)
- Contract: 0x3ed739c1F4A29272Cb18A6503802F3374541921A
- Deploy tx: 0x7457bd2b...795652
- Deployed at: 2026-06-24T17:21:27.249Z
- Smoke writes recorded: 13
- Primary source:
contracts/garden_v2.py(29,711 bytes) - Public write/action methods: 15
- Read methods: 20
- GenLayer features: live web rendering, LLM adjudication, indexed storage, append-only collections
Typical flow: create_case -> open_challenge_window -> submit_challenge -> review_with_genlayer -> resolve_challenge_with_genlayer -> submit_appeal -> archive_case
Useful reads: get_case_count, get_case, get_case_record, get_evidence, get_reviews, get_challenges, get_appeals, get_audit_log
The contract is deliberately larger than a one-method demo. It keeps lifecycle state, evidence records and read endpoints so the UI can show real project state instead of static copy.
cd <this-repository-folder>
npm install
npm run devOpen the dev server URL printed by npm.
- configure_protocol: 0xf756b281...6e3f42
- create_case: 0x624b3563...ab6118
- add_evidence_web: 0xbe3e032f...be92a4
- add_evidence_security: 0xc6be9c31...02ca70
- add_evidence_whitepaper: 0x91212cfb...ba51df
- review: 0x57c0812b...53eb86
- challenge_window: 0x7756fdf0...dfab68
- submit_challenge: 0x3d250d65...d7f742
- Repository: https://github.com/aspro45/signal-garden
- Live app: https://signal-garden-gamma.vercel.app
- Framework: Next.js
- Build:
npm run build
- Private keys and local vault files are not part of this repository.
- Public addresses, contract source, deployment metadata and frontend code are safe to publish.
- Vercel should receive only this project folder, never the workspace dashboard or vault data.