Skip to content

aspro45/quorum

Repository files navigation

Quorum

Grant decisions with a public rubric, evidence trail and GenLayer review record.

Quorum is built for treasury-style allocation. Proposals enter with milestones, supporting material and a review rubric; GenLayer evaluates the record before the project state moves forward. The interface keeps the decision history readable so reviewers can inspect the reasoning instead of only seeing the final label.

Deployed Instance

Item Detail
Network GenLayer Bradbury
Chain ID 4221
Contract 0x7960Ac87E2c4CeBed3Cf162749989FCAEB91452E
Deploy tx 0x2c254fdea5962a7c0cc0d37bf4325553e203a24e9bf0b4c00b5c5631ac11b9f3
Deployed 2026-07-01T22:48:21.979Z
Live app https://quorum-chi-rose.vercel.app
Repository https://github.com/aspro45/quorum

Contract Model

The GenLayer contract lives in contracts/quorum_v2.py. It stores proposal records, milestones, evidence, rubric state, review results, challenge decisions, appeal outcomes and reputation updates.

The core flow is:

  1. Configure the review rubric.
  2. Draft a proposal with requested allocation and milestones.
  3. Attach documentation, repository or public-page evidence.
  4. Open a GenLayer review.
  5. Store the review result and confidence metadata.
  6. Allow challenge and appeal rulings when the decision is contested.
  7. Archive or settle the final proposal state.

Read methods expose counts, recent proposals, filtered status views, proposal records and reviewer-facing detail screens.

Verification

  • Bradbury deploy completed with finalized transaction metadata.
  • Smoke flow covered rubric setup, proposal drafting, milestones, evidence, review, fallback ruling, challenge, appeal, archive and compatibility wrappers.
  • Read test suite passed 37/37.
  • Frontend is wired to the Bradbury RPC and contract address above.

Local Preview

python -m http.server 8080

Open http://localhost:8080.

Security

This repository contains public contract and frontend artifacts only. Do not commit private keys, wallet vaults, .env files, dashboard exports or Vercel state.

About

Grant decisions with a public rubric, evidence trail and GenLayer review record.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors