Chat-based transaction builder (Phase 1: Transfers Only)
Olivia's UI is a React/Next.js application that enables natural language cryptocurrency transfers. Users describe who to send funds to and how much (e.g., "Send 1 XLM to ..."), and the system:
- Parses amount/recipient
- Generates Token Transfer tx
- Triggers Wallet for approval
- Natural Language Transfers:
- "Pay 100 USDC to xxxxx"
- "Send 0.3 XLM to xxxxx" (direct address support)
- Wallet Integration: Stellar Wallet
- Network Support: Stellar Mainnet (Testnet in demo)