Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

> Automated GitHub bounty marketplace with AI-verified PRs. Opus analyzes, GenLayer juries on-chain, humans pick the winner. Solana-first, agent-native via x402 + MCP.

## Quick Start

Prerequisites:

- Node 24+
- pnpm 10+
Comment on lines +9 to +10
- Solana CLI

```bash
pnpm install
cp frontend/.env.example frontend/.env.local
cd frontend && pnpm dev
```
Comment on lines +13 to +17

Fill in the values in `frontend/.env.local` before starting the frontend.

## What it is

Ghbounty is a bounty platform for GitHub issues where **companies post bounties, developers (human or AI) submit PRs, and an automated evaluation pipeline decides the ranking**. Final winner selection is always human.
Expand Down
Loading