Skip to content

assmore22/orbitrank

Repository files navigation

OrbitRank

Live Links

This repo is centered on evidence operations: collecting sources, comparing claims, producing review outputs and keeping the audit trail public.

OrbitRank Brief

The contract keeps JSON-backed records, exposes read models for the frontend, and uses GenLayer consensus for review-sensitive actions.

The important files are:

  • contracts/OrbitRank.py - GenLayer contract source
  • deployment.json - Studionet address, deploy transaction and smoke transaction hashes
  • package.json - frontend runtime
  • README.md - this operator and reviewer guide

OrbitRank Chain Links

Evidence Mechanics

Typical flow: submit_contribution -> resolve_challenge -> challenge_contribution -> file_appeal -> archive_project -> register_project -> activate_project

Useful reads: get_project, get_claim, get_challenge, get_appeal, get_profile, get_recent_projects, get_active_projects, get_ranked_projects

  • Primary source: contracts/OrbitRank.py (36,111 bytes)
  • Public write/action methods: 10
  • Read methods: 16
  • GenLayer features: live web rendering, LLM adjudication, validator-comparative consensus, indexed storage, append-only collections

Smoke Trail

Run OrbitRank Locally

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

Open the dev server URL printed by npm.

Keys And Boundaries

  • This repository should contain no decrypted wallet material.

  • The Studionet deployer private key stays in the local encrypted vault.

  • Vercel deployment should use the project folder only.

  • QA notes: Browser QA 1440px + 390px: orbit workspace (Zdog renders tilted orbit rings + center project node + orbiting claim node colored by verdict/sized by quality + stars; circular orbit-ring nav; right inspector drawer; bottom D3 leaderboard ribbon...

About

Contribution ranking protocol with orbital visualization, disputes, appeals, and GenLayer consensus.

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors