Open Issues Need Help
View All on GitHub C-01: Define shared contract types module 9 days ago
good first issue Stellar Wave smart-contract
C-02: Implement MarketFactory::initialize 9 days ago
good first issue Stellar Wave smart-contract
C-04: Implement MarketFactory::get_market 9 days ago
good first issue Stellar Wave smart-contract
C-07: Implement MarketFactory::set_admin 9 days ago
good first issue Stellar Wave smart-contract
C-10: Implement Market::initialize 9 days ago
good first issue Stellar Wave smart-contract
C-12: Implement Market::lock_market 9 days ago
good first issue Stellar Wave smart-contract
C-29: Emit bet_placed event 9 days ago
good first issue Stellar Wave smart-contract
C-25: Implement Treasury::set_fee_bps 9 days ago
good first issue Stellar Wave smart-contract
good first issue Stellar Wave smart-contract
C-26: Implement Treasury::get_balance 9 days ago
good first issue Stellar Wave smart-contract
C-19: Implement Market read-only views 9 days ago
good first issue Stellar Wave smart-contract
C-30: Emit market_resolved event 9 days ago
good first issue Stellar Wave smart-contract
C-20: Implement Treasury::initialize 9 days ago
good first issue Stellar Wave smart-contract
C-32: Emit winnings_claimed event 9 days ago
good first issue Stellar Wave smart-contract
[backend] Set up Prisma with PostgreSQL 10 days ago
good first issue Stellar Wave backend database
[backend] Implement getBetsByAddress() service 10 days ago
good first issue Stellar Wave backend
C-39: Set up CI for /contracts 12 days ago
good first issue Stellar Wave smart-contract devops
B-04: Define UserModel schema + migration 12 days ago
good first issue Stellar Wave backend
B-20: Implement BetService.fetchBetsByUser 12 days ago
good first issue Stellar Wave backend
B-19: Implement BetService.fetchBetsByMarket 12 days ago
good first issue Stellar Wave backend
C-40: Write contracts/README.md 12 days ago
good first issue Stellar Wave smart-contract docs
good first issue Stellar Wave backend
B-02: Define MarketModel schema + migration 12 days ago
good first issue Stellar Wave backend
B-03: Define BetModel schema + migration 12 days ago
good first issue Stellar Wave backend
B-05: Define EventLogModel schema + migration 12 days ago
good first issue Stellar Wave backend
B-13: Implement processMarketCancelledEvent 12 days ago
good first issue Stellar Wave backend
good first issue Stellar Wave backend
B-15: Implement MarketService.fetchMarketById 12 days ago
good first issue Stellar Wave backend
good first issue Stellar Wave backend
B-29: Implement MarketController REST routes 12 days ago
good first issue Stellar Wave backend
B-30: Implement BetController REST routes 12 days ago
good first issue Stellar Wave backend
F-28: Implement api/getUserPositions client 12 days ago
good first issue Stellar Wave frontend
F-04: Build MarketCard component 12 days ago
good first issue Stellar Wave frontend
B-35: Implement errorHandlerMiddleware 12 days ago
good first issue Stellar Wave backend
B-37: Write OpenAPI/Swagger spec for the API 12 days ago
good first issue Stellar Wave backend docs
good first issue Stellar Wave frontend
F-02: Build Navbar component 12 days ago
good first issue Stellar Wave frontend
F-07: Build CountdownTimer component 12 days ago
good first issue Stellar Wave frontend
F-14: Build TransactionStatusModal 12 days ago
good first issue Stellar Wave frontend
F-15: Build LoadingSkeleton variants 12 days ago
good first issue Stellar Wave frontend
F-17: Implement useMarket hook 12 days ago
good first issue Stellar Wave frontend
F-18: Implement useMarketBets hook 12 days ago
good first issue Stellar Wave frontend
F-25: Implement api/getMarkets client 12 days ago
good first issue Stellar Wave frontend
F-23: Implement usePortfolio hook 12 days ago
good first issue Stellar Wave frontend
F-26: Implement api/getMarketById client 12 days ago
good first issue Stellar Wave frontend
F-27: Implement api/getMarketBets client 12 days ago
good first issue Stellar Wave frontend
F-29: Implement api/postCreateMarketMeta client 12 days ago
good first issue Stellar Wave frontend
F-32: Add empty states 12 days ago
good first issue Stellar Wave frontend
B-40: Set up CI for /backend 12 days ago
good first issue Stellar Wave backend devops
F-40: Write frontend/README.md 12 days ago
good first issue Stellar Wave frontend docs
F-39: Set up CI for /frontend 12 days ago
good first issue Stellar Wave devops frontend
F-38: Responsive layout pass 12 days ago
good first issue Stellar Wave frontend
[backend] Implement calculatePotentialPayout() service about 1 month ago
good first issue Stellar Wave backend
[contracts] Document all contract events in contracts.md about 1 month ago
documentation good first issue Stellar Wave
[backend] Set up Node.js + TypeScript project structure about 1 month ago
good first issue Stellar Wave backend
[contracts] Implement initialize() in MarketFactory about 1 month ago
good first issue Stellar Wave smart-contract
[backend] Implement getMarketById() service about 1 month ago
good first issue Stellar Wave backend
[backend] Implement getAllMarkets() service about 1 month ago
good first issue Stellar Wave backend
[backend] Implement listPendingResolutions() service about 1 month ago
good first issue Stellar Wave backend
[contracts] Set up Soroban contract testing harness about 1 month ago
good first issue Stellar Wave smart-contract
[contracts] Add protocol fee calculation utility about 1 month ago
good first issue Stellar Wave smart-contract
[contracts] Implement get_pool_odds() helper about 1 month ago
good first issue Stellar Wave smart-contract
[contracts] Implement get_bets_by_address() in Market about 1 month ago
good first issue Stellar Wave smart-contract
[contracts] Implement calculate_payout() read-only helper about 1 month ago
good first issue Stellar Wave smart-contract
[contracts] Implement Market.initialize() about 1 month ago
good first issue Stellar Wave smart-contract
[contracts] Implement get_markets_paginated() in MarketFactory about 1 month ago
good first issue Stellar Wave smart-contract
[frontend] Build Toast component about 1 month ago
good first issue Stellar Wave frontend components
[frontend] Build LoadingSkeleton component about 1 month ago
good first issue Stellar Wave frontend components
[frontend] Build WalletConnectButton component about 1 month ago
good first issue Stellar Wave frontend components
[frontend] Build MarketStatusBadge component about 1 month ago
good first issue Stellar Wave frontend components
[frontend] Build CountdownTimer component about 1 month ago
good first issue Stellar Wave frontend components
[frontend] Add SEO metadata to all pages about 1 month ago
good first issue Stellar Wave frontend
[backend] Implement GET /api/bets/:address endpoint about 1 month ago
good first issue Stellar Wave backend api
[frontend] Implement useToast() hook and context provider about 1 month ago
good first issue Stellar Wave frontend hooks
[backend] Add health check endpoint about 1 month ago
good first issue Stellar Wave backend api
[frontend] Implement useMarket() hook about 1 month ago
good first issue Stellar Wave frontend hooks
[frontend] Build MarketOddsBar component about 1 month ago
good first issue Stellar Wave frontend components
[frontend] Build FighterCard component about 1 month ago
good first issue Stellar Wave frontend components
[frontend] Build MarketList component about 1 month ago
good first issue Stellar Wave frontend components
[frontend] Build MarketCard component about 1 month ago
good first issue Stellar Wave frontend components
[frontend] Implement useMarkets() hook about 1 month ago
good first issue Stellar Wave frontend hooks
[frontend] Set up Next.js 14 project with TypeScript and Tailwind about 1 month ago
good first issue Stellar Wave frontend
[backend] Implement GET /api/markets endpoint about 1 month ago
good first issue Stellar Wave backend api
[backend] Implement GET /api/markets/:id endpoint about 1 month ago
good first issue Stellar Wave backend api
[backend] Set up structured logging with Pino about 1 month ago
good first issue Stellar Wave backend
[backend] Add Stellar Testnet environment configuration docs about 1 month ago
good first issue Stellar Wave backend devops
[frontend] Handle Freighter wallet not installed gracefully about 1 month ago
good first issue Stellar Wave frontend
[contracts] Implement Treasury.initialize() about 1 month ago
good first issue Stellar Wave smart-contract
[contracts] Add BetPlaced event emission in place_bet() about 1 month ago
good first issue Stellar Wave smart-contract
[contracts] Add MarketResolved event emission in resolve_market() about 1 month ago
good first issue Stellar Wave smart-contract
[contracts] Add WinningsClaimed event emission in claim_winnings() about 1 month ago
good first issue Stellar Wave smart-contract
[contracts] Add MarketCreated event emission in create_market() about 1 month ago
good first issue Stellar Wave smart-contract
[CONTRACTS] Define shared types in contracts/shared 2 months ago
good first issue Stellar Wave smart-contract beginner
[BACKEND] Implement MarketController::getMarket() 2 months ago
good first issue Stellar Wave backend beginner
[CONTRACTS] Implement Treasury::initialize() 2 months ago
good first issue Stellar Wave smart-contract beginner
[CONTRACTS] Implement Treasury::register_market() 2 months ago
good first issue Stellar Wave smart-contract beginner
good first issue Stellar Wave smart-contract beginner
[CONTRACTS] Implement Market::lock_market() 2 months ago
good first issue Stellar Wave smart-contract beginner
[CONTRACTS] Implement Market::initialize() 2 months ago
good first issue Stellar Wave smart-contract beginner
good first issue Stellar Wave smart-contract beginner