Skip to content

m1lestones/xrp-insights-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XRP Global Payment Insights Dashboard

Beginner-friendly, read-only analytics app that visualizes XRP Ledger (XRPL) activity:

  • Transactions per minute (sample window)
  • Average fees (sample window)
  • Recent transactions table

Live app: (add your Streamlit URL after deployment)

🚀 Quickstart

# 1) clone the repo or unzip the starter files
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run app.py

Open http://localhost:8501 in your browser.

🗂 Structure

xrp-insights-dashboard/
├─ README.md
├─ .gitignore
├─ requirements.txt
├─ app.py
├─ src/
│  ├─ __init__.py
│  ├─ data_ingestion.py
│  ├─ processing.py
│  ├─ charts.py
│  └─ config.py
├─ assets/
├─ .streamlit/
│  └─ config.toml
└─ tests/
   └─ test_processing.py

🧠 Notes

  • Data is public & pseudonymous via XRPL explorer API.
  • No wallets are deanonymized; this app is for learning only.
  • Not financial advice.

🧭 Roadmap (nice-to-have)

  • WebSocket streaming via xrpl-py
  • Price/liquidity overlays
  • Hourly snapshots for history
  • Export CSV

Live app: https://.streamlit.app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages