Skip to content

Latest commit

 

History

History
107 lines (69 loc) · 2.43 KB

File metadata and controls

107 lines (69 loc) · 2.43 KB

🗺 Stellar MicroPay — Roadmap

This document outlines what's been built, what's in progress, and what's planned for future versions.


✅ v1.0 — Foundation (Current)

  • Freighter wallet connection
  • Send XLM to any Stellar address
  • View transaction history
  • Basic Next.js frontend
  • Node.js / Express backend
  • Soroban contract template

🔄 v1.1 — Developer Experience

  • Docker Compose setup for one-command startup
  • GitHub Actions CI pipeline
  • Unit tests for frontend components
  • API integration tests
  • Improved error handling & toast notifications

🧩 v1.2 — Username Payments

Placeholder — Contribute here!

  • Register a human-readable username (e.g. @alice)
  • Map username → Stellar wallet address
  • Send payments to @username instead of raw address
  • Username resolution API endpoint

📱 v1.3 — QR Code Payments

Placeholder — Contribute here!

  • Generate QR code for your wallet address
  • Scan QR code to pre-fill payment form
  • Deep link support (stellarmicropay://pay?to=...&amount=...)
  • Mobile-optimised QR scanner

💡 v1.4 — Creator Tipping

Placeholder — Contribute here!

  • Public tip page (e.g. /tip/alice)
  • Preset tip amounts (☕ $1 / 🍕 $5 / 🚀 $20)
  • Tip with a message
  • Creator dashboard showing tips received

🔗 v1.5 — Payment Links

Placeholder — Contribute here!

  • Generate shareable payment request links
  • Set amount + memo in the link
  • One-click payment from link
  • Link expiry option

🌐 v2.0 — Multi-Currency Payments

Placeholder — Contribute here!

  • Send USDC on Stellar
  • Stellar DEX integration for currency conversion
  • Display balance in local fiat equivalent
  • Support Stellar-issued assets

🔐 v2.1 — Soroban Escrow Payments

Placeholder — Contribute here!

  • Hold funds in Soroban smart contract escrow
  • Release on condition (time-lock, approval)
  • Milestone-based payment release
  • Dispute resolution flow

📊 v2.2 — Analytics Dashboard

  • Payment volume chart
  • Top recipients
  • Monthly spending summary
  • CSV export

💬 Want to work on something?

Open an issue or comment on an existing one. We'll assign it to you and help you get started!

See CONTRIBUTING.md to begin.