Skip to content

pharuq411/stellar-insights

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,545 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.3%
  • TypeScript 36.1%
  • Python 3.5%
  • HCL 3.4%
  • Shell 2.7%
  • JavaScript 1.3%
  • Other 0.7%