A cross-border remittance application built on the Stellar blockchain, enabling fast and low-cost international money transfers.
- Create Stellar accounts
- Check account balances
- Send XLM payments
- Low transaction fees (~$0.00001)
- Fast settlement (3-5 seconds)
- Backend: Node.js + Express + Stellar SDK
- Frontend: React + Vite
- Blockchain: Stellar (Testnet)
- Install dependencies:
npm install- Configure backend environment:
cd backend
cp .env.example .envSee backend/CONFIGURATION.md for environment options, validation rules, and optional encrypted secrets.
- Start development servers:
npm run devBackend runs on http://localhost:3001 Frontend runs on http://localhost:3000
- Click "Create Account" to generate a new Stellar keypair
- Account is automatically funded on testnet via Friendbot
- Check balance to see your XLM
- Send payments to other Stellar addresses
- Add stablecoin support (USDC)
- Integrate fiat on/off ramps
- Add exchange rate conversion
- Implement KYC/AML compliance
- Add transaction history
- Mobile app development