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