Open Issues Need Help
View All on GitHub Add a repo-level status badges section to README 23 days ago
good first issue phase-7 devex
good first issue phase-7 devex
Add CHANGELOG.md and a keep-a-changelog process 23 days ago
good first issue phase-7 devex
Add a one-command local setup script 23 days ago
good first issue phase-7 devex
Add a Stellar/Soroban glossary for newcomers 23 days ago
good first issue phase-7 docs devex
Add a FAQ document 23 days ago
good first issue phase-7 docs devex
Add a pull request template 23 days ago
good first issue phase-7 devex
Add CODE_OF_CONDUCT.md 23 days ago
good first issue phase-7 devex
Add a LICENSE file 23 days ago
good first issue phase-7 devex
Add a mainnet-specific .env template 23 days ago
good first issue phase-6 devex
Track audit findings as individual issues 23 days ago
good first issue phase-6 security
Frontend: display dispute window countdown 23 days ago
good first issue phase-4 frontend
Tests for the dispute window boundary 23 days ago
good first issue phase-4 contract
good first issue phase-4 docs
Docs: factory deployment guide 23 days ago
good first issue phase-3 docs
Frontend: sort markets by closing soonest 23 days ago
good first issue phase-3 frontend
Frontend: search markets by question text 23 days ago
good first issue phase-3 frontend
Frontend: filter markets by status 23 days ago
good first issue phase-3 frontend
Factory: emit an event on market creation 23 days ago
good first issue phase-3 contract
Add Prettier config and CI check 23 days ago
good first issue phase-2 frontend devex
Add ESLint config and CI check 23 days ago
good first issue phase-2 frontend devex
Require outcome selection before enabling submit 23 days ago
good first issue phase-2 frontend
Add a fee breakdown display in the bet form 23 days ago
good first issue phase-2 frontend
Add a disconnect wallet button 23 days ago
good first issue phase-2 frontend
Add a "How this works" explainer section 23 days ago
good first issue phase-2 frontend
Add favicon and page title branding 23 days ago
good first issue phase-2 frontend
Add unit tests for formatAmount and toStroops 23 days ago
good first issue phase-2 frontend
Add copy-to-clipboard for the contract ID 23 days ago
good first issue phase-2 frontend
Add a dark mode toggle 23 days ago
good first issue phase-2 frontend
Warn on Freighter network mismatch 23 days ago
good first issue phase-2 frontend
good first issue phase-2 frontend
good first issue phase-2 frontend
Add rustfmt check to CI 23 days ago
good first issue phase-1 contract devex
Add clippy to CI and fix existing warnings 23 days ago
good first issue phase-1 contract devex
good first issue phase-1 contract devex
Add CI workflow: cargo test on every PR 23 days ago
good first issue phase-1 contract devex
Document gas/resource cost per contract method 23 days ago
good first issue phase-1 contract docs
Add tests for min_bet / max_bet boundaries 23 days ago
good first issue phase-1 contract
Test: bet() with negative amount fails 23 days ago
good first issue phase-1 contract
Test: bet() with zero amount fails 23 days ago
good first issue phase-1 contract
Test: initialize() called twice fails 23 days ago
good first issue phase-1 contract
good first issue phase-1 contract
Test: initialize() with fee_bps > 1000 fails 23 days ago
good first issue phase-1 contract
Test: cancel() by non-admin fails 23 days ago
good first issue phase-1 contract
Test: resolve() by non-oracle fails 23 days ago
good first issue phase-1 contract
good first issue phase-1 contract
good first issue phase-1 contract
Test: zero-stake claim returns NothingToClaim 23 days ago
good first issue phase-1 contract
Test: double-claim returns AlreadyClaimed 23 days ago
good first issue phase-1 contract