## Problem Statement Users creating a fresh Stellar testnet wallet must navigate to Friendbot externally. UI helper would close the loop. ## Acceptance Criteria - [ ] "Fund testnet wallet" button on the wallet card. - [ ] Triggers `GET https://friendbot.stellar.org?addr=...` via backend proxy. - [ ] Toasts success/failure and refreshes balance. - [ ] Network-gated: only visible when `STELLAR_NETWORK === 'testnet'`. ## Difficulty / Effort - Difficulty: easy - Effort: ~3 hours
Problem Statement
Users creating a fresh Stellar testnet wallet must navigate to Friendbot externally. UI helper would close the loop.
Acceptance Criteria
GET https://friendbot.stellar.org?addr=...via backend proxy.STELLAR_NETWORK === 'testnet'.Difficulty / Effort