You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Next.js portal is the command center for human validators. It connects to Freighter Wallet, allowing Guardians to view pending GitHub PRs and cast on-chain votes. It transforms complex blockchain calls into a seamless UI, making decentralized quality control intuitive and fast.
The Vero Core Contracts are the decentralized brain of the system. Built on Soroban, they replace single-maintainer bias with "Guardian" consensus. The contract tracks PR IDs and requires a threshold of on-chain votes before marking work as verified, ensuring reward integrity.
The Relayer is a Node.js engine that automates the bridge between GitHub and Stellar. It listens for merged Pull Requests and instantly registers them as tasks on the smart contract. This removes manual overhead, ensuring the blockchain and your repositories stay perfectly in sync.
The unified integration layer and control plane for the Vero Protocol. This repository manages core state logic, multi-sig treasury governance, and high-performance relayer communication. It acts as the 'brain' of the protocol, ensuring atomic, audit-ready execution for all cross-platform interactions on the Stellar network
The security-first monitoring and defense layer for Vero Protocol. Features continuous static analysis for Soroban contracts, real-time anomaly detection, and a verifiable, immutable audit trail.
Shared Stellar client library for the Vero Protocol — typed contract client, nonce management, RPC failover, and wallet adapters. Consolidates logic previously duplicated across the relayer, engine, and dashboard.