Real-time payment analytics for Stellar.
Measuring and improving cross-border payment reliability — corridor health, anchor performance, and on-chain settlement metrics, in one stack.
A lean, production-grade stack that turns raw Stellar network activity into actionable payment reliability metrics — corridor success rates, anchor uptime, settlement latency — surfaced through a live dashboard, a mobile app, and an on-chain analytics layer.
| Repo | What's in it |
|---|---|
| 🧭 Stellar-inights | Core repo — Next.js dashboard (frontend/), infra (Docker, k8s, Terraform), docs, and shared tooling |
| ⚙️ backend | Rust/Axum analytics engine — ingestion, alerting, caching, REST + GraphQL API |
| 📱 mobile | React Native app for anchors and corridor monitoring on the go |
| 📜 contracts | Soroban smart contracts — analytics snapshots, escrow, governance, multi-sig, token swap |
| 📋 .github | This org profile |
- Backend — Rust, Axum, PostgreSQL/SQLite, Redis
- Frontend — Next.js dashboard
- Mobile — React Native, SEP-10 auth, offline-first
- Contracts — Soroban (Rust), deployed on Stellar
- Observability — OpenTelemetry, Jaeger, ELK
Each repo has its own setup instructions in its README. As a starting point:
git clone https://github.com/Stellar-Insightss/backend.git
git clone https://github.com/Stellar-Insightss/Stellar-inights.git # dashboard lives in frontend/
git clone https://github.com/Stellar-Insightss/contracts.git
git clone https://github.com/Stellar-Insightss/mobile.gitBuilt on Stellar · Soroban smart contracts