React Native Expo wallet for Stellar Testnet.
- Storage Guide - SecureStore vs AsyncStorage
⚠️ This app runs on the Stellar Testnet only. Testnet XLM has no real monetary value. Read the Security Guide before storing or sharing any keys.
- Wallet creation and import
- XLM balance and transactions
- Send and receive with QR codes
- Address book contacts
- Soroban vault placeholder
For the expected screen sequence, validation, and UI states behind these features, see Main wallet user flows.
- Screen Inventory - A map of the main screens and routes in the app.
React Native, Expo Router, Zustand, Stellar SDK, SecureStore, AsyncStorage
npm install --legacy-peer-deps cp .env.example .env npm start
Before adding new screens or components, read the Design System guide. It covers colour tokens, typography, spacing, card patterns, buttons, inputs, and dark mode rules derived directly from the existing codebase.
Please read our Contributing Guidelines and review our Accessibility Checklist before making UI changes.
See CHANGELOG.md for a full list of notable changes across releases.
See the full Security Guide for details on secret key handling, device storage, backups, and safe development practices.
MIT