Wallet tooling for Stellar Testnet.
Kitewell is a small Stellar stack for trying real wallet flows on Testnet: connect Freighter, fund an account, manage trustlines, send XLM, and read payment history. An API in front of Horizon keeps the UI off the raw network, and a Soroban contract stores optional on-chain check-ins.
Signing never leaves Freighter. The backend does not handle secret keys. Default network is Testnet.
| Repo | What it does | |
|---|---|---|
| App | frontend | React + Vite wallet UI |
| API | backend | Horizon account and payment reads |
| Contract | contract | Soroban registry |
git clone https://github.com/Kitewell-lab/backend.git
cd backend && npm install && npm run dev
git clone https://github.com/Kitewell-lab/frontend.git
cd frontend && npm install && npm run devOpen http://localhost:5173 with Freighter set to Testnet.
MIT. Testnet only by default.

