Skip to content

priscaenoch/stellar-insights

 
 

Repository files navigation

Stellar Insights

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

🔧 Quick start

  1. Start Postgres (example):
docker run --name stellar-postgres -e POSTGRES_PASSWORD=password -e POSTGRES_DB=stellar_insights -p 5432:5432 -d postgres:14
  1. Run backend
cd backend
cp .env.example .env
# set DATABASE_URL, STELLAR_RPC_URL, etc.
cargo run
  1. Run frontend
cd frontend
npm install
npm run dev

🧪 Local safety checks (already built)

📁 Structure

  • backend/ Rust services
  • frontend/ dashboard
  • contracts/ Soroban contracts
  • docs/ additional docs

📌 Notes

  • History has been cleaned to reduce clone size.
  • Use git lfs for large binaries.
  • For full operational details, see docs/ and module READMEs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 52.8%
  • TypeScript 36.8%
  • HCL 3.9%
  • Shell 2.8%
  • Python 1.5%
  • JavaScript 1.3%
  • Other 0.9%