Skip to content

Repository files navigation

Signal Garden

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.

Signal Garden Brief

  • Project folder: projects/36-signal-garden
  • Frontend: Next/Vite-style app folder
  • Contract package: contracts/ plus deployment.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.

Deployment Evidence

Evidence Mechanics

  • 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.

Run Signal Garden Locally

cd <this-repository-folder>
npm install
npm run dev

Open the dev server URL printed by npm.

Smoke Transactions

Public Release

Keys And Boundaries

  • 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.

About

GenLayer signal board for source-backed claims, specimen review, challenge windows, and confidence trails.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages