Milestones
List view
This milestone integrate SDK for wallet onboarding and activation for Stellar applications. Authentication, trustlines and sponsored fees in one flow. - From npm install to getting paid on mainnet - Pollar orchestrates embedded wallets and local ramps for LATAM builders. No sales calls, no LLC. And your users pay without learning crypto. 📜 Docs: - https://docs.pollar.xyz/docs - https://github.com/pollar-xyz/pollar - https://www.pollar.xyz/
No due date•3/3 issues closedThis milestone tracks the Compute Resource Consolidation architecture migration for dApp-SafeTrust. All issues in this milestone implement the pattern described in: https://learn.microsoft.com/en-us/azure/architecture/patterns/compute-resource-consolidation ## Goal Consolidate scattered write operations into apps/api as the single write authority for all escrow and auth operations. The frontend (apps/frontend) becomes a pure UI layer — reads via Apollo/Hasura, writes via apps/api on port 3002. ## Architecture target Before: apps/frontend ← UI + /api/escrow/* write routes + TrustlessWork calls apps/api ← sync-user only services/webhook ← duplicate auth sync After: apps/frontend ← UI only (reads via Apollo → Hasura) apps/api ← ALL writes: auth sync + escrow lifecycle + idempotency + tenant routing services/webhook ← archived, re-activated when TrustlessWork ships indexer ## Branch strategy — IMPORTANT All PRs in this milestone MUST target the consolidation-pattern branch, NOT main. Base branch for all PRs: consolidation-pattern Fork the repo, create your feature branch from consolidation-pattern, and open your PR against consolidation-pattern. ✅ feat/issue-N-description → consolidation-pattern ❌ feat/issue-N-description → main Once all issues in this milestone are merged and the consolidated architecture is validated locally, a single maintainer PR will merge consolidation-pattern → main as the official architecture migration.
Overdue by 12 day(s)•Due by August 29, 2026•3/3 issues closed