Thank you for helping build transparent climate finance! Every contribution β big or small β matters.
git clone https://github.com/YOUR_USERNAME/stellar-greenpay.git
cd stellar-greenpay
git remote add upstream https://github.com/your-org/stellar-greenpay.git
chmod +x scripts/setup-dev.sh && ./scripts/setup-dev.shfeature/impact-nft-badges
fix/leaderboard-sort-bug
docs/soroban-contract-guide
contracts/implement-co2-tracking
chore/upgrade-stellar-sdk
feat: add donor leaderboard page
fix: correct CO2 offset calculation
docs: update contract deployment guide
contracts: implement impact NFT minting
chore: upgrade soroban-sdk to 21.0
- Branch from
main - Make your changes and test on Testnet
- Open a PR against
main - Fill in the PR template and link the issue (
Closes #123) - Wait for review β we respond within 48 hours
stellar-greenpay/
βββ frontend/
β βββ components/ β Reusable UI components
β βββ pages/ β Next.js routes
β βββ lib/ β Stellar SDK + wallet + API helpers
β βββ utils/ β Types, formatting, constants
βββ backend/
β βββ src/
β βββ routes/ β Express routes
β βββ services/ β Business logic
β βββ middleware/ β Auth, rate limiting
βββ contracts/ β Soroban smart contracts (Rust)
βββ docs/ β Architecture & API docs
Look for good first issue labels for beginner-friendly tasks!