Commit Graph

2 Commits

Author SHA1 Message Date
Jeff Emmett 6a59ac6007 feat: Wise-style payment flow with send & request pages
- /pay — step-by-step send flow: amount → recipient → method → review → pay
  Supports card, bank transfer (ACH/SEPA), and crypto wallet
  Auto-fills sender email from EncryptID account
  Tracks recipient email for notification on token receipt
  Prefillable via query params (from payment request links)

- /pay/request — create shareable payment request links
  Generates prefilled /pay URLs with amount, currency, recipient, note
  Copy, email, or native share support

- API proxy for onramp session creation (avoids CORS)
- Transak widget email pre-fill from session

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 19:08:38 +00:00
Jeff Emmett f012502133 feat: add cross-app integration panel for Safe wallets and rVote proposals
Link external data sources to rFunds spaces:
- Safe Global API client (Gnosis + Optimism) for wallet balances → Funnel nodes
- rVote CORS proxy + client for passed proposals → Outcome nodes
- Integration panel UI with preview/import workflow
- Source badges on nodes (chain icon for Safe, rVote score for proposals)
- State persistence for integrations in save/load/share

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 10:08:19 -07:00