Fast-paced crypto prediction game built for Solana Seeker and mobile browsers.
- Pick a timeframe: 1, 5, 15, or 30 minutes
- Choose a coin: Select which crypto you think will have the biggest % gain
- Watch live prices: Real-time price updates during the round
- See results: Find out if you picked the winner
- Track your streak: Build win streaks and compete on the leaderboard
- Frontend: Vanilla JavaScript, HTML5, CSS3
- API: CoinGecko (free, real-time crypto prices)
- Storage: LocalStorage (stats & leaderboard)
- PWA: Installable on mobile devices
- ✅ Mobile-first responsive design
- ✅ Solana-themed UI (green/purple gradient)
- ✅ Real-time price updates every 10 seconds
- ✅ Streak tracking & personal stats
- ✅ Smooth animations & transitions
- ✅ Works offline (after first load)
- ✅ No sign-up required
Phase 1 (Complete):
- ✅ Core game mechanics
- ✅ Real-time price integration
- ✅ Timer & countdown
- ✅ Results & stats tracking
- ✅ Responsive UI
Phase 2 (Next):
- ⏳ Solana wallet integration (Phantom/Solflare)
- ⏳ Smart contract for prize pools
- ⏳ Global leaderboard (backend)
- ⏳ Social features (share results)
- ⏳ Sound effects & haptics
Phase 3 (Future):
- ⏳ SOL betting & payouts
- ⏳ Tournament mode
- ⏳ Private lobbies
- ⏳ Sponsored coins
- ⏳ NFT rewards
cd public
python3 -m http.server 8000
# or
npx serveOption 1: GitHub Pages
git init
git add .
git commit -m "Initial commit"
git remote add origin <your-repo-url>
git push -u origin mainEnable GitHub Pages in repo settings → select main branch.
Option 2: Netlify/Vercel
- Drag & drop the
publicfolder - Instant deployment
Option 3: Solana dApp Store
- Convert to Android APK using PWA tools
- Submit to Solana dApp Publisher Portal
- Prize Pools: Users bet SOL, winners split the pot (5-10% platform fee)
- Season Pass: $10 NFT for unlimited plays for 30 days
- Sponsored Coins: Projects pay to be featured
- Premium Modes: Longer timeframes, more coins, private lobbies
- Ads: (Optional, but users hate ads)
- Add Solana wallet connection
- Deploy smart contract for betting
- Backend API for global leaderboard
- Sound effects & animations
- Convert to Android app for Seeker
- Submit to Solana dApp Store
- Marketing & launch
- Daily active users (DAU)
- Games played per user
- Average session length
- Win rate distribution
- Conversion rate (free → paid)
- Retention (D1, D7, D30)
This is currently a free-to-play prediction game with no real-money gambling. To add SOL betting:
- Consult a lawyer (gambling laws vary by jurisdiction)
- Consider launching in crypto-friendly regions first
- Implement KYC/AML if required
- Use "skill-based" framing (prediction, analysis)
- Age verification (18+)
MIT License - feel free to fork and build on this!
Built with 🔥 for the Solana ecosystem.