- App: https://orbitrank.vercel.app
- Repository: https://github.com/assmore22/orbitrank A GenLayer-powered reputation orbit protocol for open-source maintainers and contributors.
This repo is centered on evidence operations: collecting sources, comparing claims, producing review outputs and keeping the audit trail public.
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 sourcedeployment.json- Studionet address, deploy transaction and smoke transaction hashespackage.json- frontend runtimeREADME.md- this operator and reviewer guide
- Network: studionet (61999)
- Contract: 0x51F7F3076383D85dca90E243f2Ae78DF3f096366
- Deploy tx: 0xec18eef5...b0daf7
- Deployed at: 2026-06-22T16:13:35.927Z
- Smoke writes recorded: 10
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
- register_project: 0xd37df703...8adeab
- activate_project: 0xc5695551...ad37a7
- submit_contribution: 0xa976507f...e9f294
- assess_contribution: 0xcb39b0e7...8e5b20
- challenge_contribution: 0x9b000214...214c9b
- file_appeal: 0x7be43059...bc0e9c
- resolve_challenge: 0x954fbed2...f10c06
- resolve_appeal: 0xf26f8607...3cebc7
cd <this-repository-folder>
npm install
npm run devOpen the dev server URL printed by npm.
-
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...