Real-time payment analytics for Stellar.
A lean, production-grade stack for measuring and improving cross-border payment reliability.
- Backend: Rust analytics engine
- Frontend: Next.js dashboard
- Contracts: Soroban smart contracts (optional)
- DB: PostgreSQL
- Start Postgres (example):
docker run --name stellar-postgres -e POSTGRES_PASSWORD=password -e POSTGRES_DB=stellar_insights -p 5432:5432 -d postgres:14- Run backend
cd backend
cp .env.example .env
# set DATABASE_URL, STELLAR_RPC_URL, etc.
cargo run- Run frontend
cd frontend
npm install
npm run devscripts/check_folder_size.sh(fails if any folder >200MB).github/workflows/enforce-folder-size.yml
backend/Rust servicesfrontend/dashboardcontracts/Soroban contractsdocs/additional docs
- History has been cleaned to reduce clone size.
- Use
git lfsfor large binaries. - For full operational details, see
docs/and module READMEs.