Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 488 Bytes

File metadata and controls

15 lines (11 loc) · 488 Bytes

Funding Interface ✅ COMPLETE (Issue #32)

Status: All acceptance criteria implemented

Created:

  • client/ SvelteKit app with Tailwind
  • /trades/[id] detail page w/ timeline
  • Funding modal: preview amounts/fees/balance/allowance status
  • Approve USDC flow (if insufficient)
  • Confirm tx + success/failure states
  • Contract client wrapper (SorobanRpc ready)

Demo: cd client && pnpm i && pnpm dev/trades/1 → Fund Trade

Next: Install deps & test locally.