Decentralized, daily rewards — your winnings, your wallet.
Deprobo is a decentralized prediction market built on Solana where users can predict outcomes with YES/NO positions and win SOL tokens. Think of it as a gamified way to put your opinions to the test while earning rewards for being right!
- 🎲 Binary Predictions - Simple Yes/No betting on real-world events
- 💰 SOL Rewards - Win SOL tokens for correct predictions
- 🎁 Daily Rewards - Earn consistent rewards for active participation
- ⚡ Lightning Fast - Built on Solana for instant, low-cost transactions
- 🔄 Real-time Updates - Live prediction tracking and instant results
- 🎨 Beautiful UI - Clean, intuitive design inspired by modern platforms
| Frontend | Backend | Blockchain | Database |
|
|
|
|
|
Make sure you have these installed:
- Node.js 18+
- pnpm
- A Solana wallet (Phantom, Solflare, etc.)
# 1️⃣ Clone the repository
git https://github.com/SimplyRohit/deprobo-client/tree/main
cd deprobo-client
# 2️⃣ Install dependencies
pnpm install
# 3️⃣ Copy environment variables
cp .env.example .env
# 4️⃣ Setup database
pnpm db:gen
pnpm db:mig
pnpm db:studio
# 6️⃣ Start development server
pnpm dlx inngest-cli@latest dev
pnpm dev🎉 That's it! Visit http://localhost:3000 to see your app running.
Create a .env file with these variables:
# 🗄️ Database
DATABASE_URL="your_neon_db_connection_string"
# ⛓️ Solana
NEXT_PUBLIC_SOLANA_NETWORK="devnet"
NEXT_PUBLIC_RPC_ENDPOINT="your_rpc_endpoint"
ANCHOR_WALLET="path_to_your_wallet"
# 🔄 Inngest
INNGEST_EVENT_KEY="your_inngest_key"
INNGEST_SIGNING_KEY="your_signing_key"
# 🔐 Auth
NEXTAUTH_SECRET="your_nextauth_secret"
NEXTAUTH_URL="http://localhost:3000"
We love contributions! Here's how you can help:
- 🍴 Fork the repository
- 🌿 Create your feature branch (
git checkout -b feature/amazing-feature) - 💾 Commit your changes (
git commit -m 'Add amazing feature') - 🚀 Push to the branch (
git push origin feature/amazing-feature) - 📝 Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.

