-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dmitry Olegovich Sorokin (@sorydima) edited this page Jul 3, 2025
·
1 revision
Welcome to the REChain ® Stats Wiki — your go-to hub for understanding the statistics and analytics infrastructure across the REChain Network Solutions ecosystem.
REChain ® Stats is a decentralized statistics and metrics service designed to track and report critical blockchain, node, and platform data across the REChain infrastructure. It provides visibility into:
- Node health
- Chain activity
- Resource usage
- Governance and proposal metrics
- DAO and dApp adoption
Stats/
├── backend/ # API or backend logic (Rust, Go, Node.js, etc.)
├── frontend/ # UI for presenting metrics
├── data/ # Raw or aggregated statistical data
├── scripts/ # Automation & data sync tools
└── README.md
| Feature | Description |
|---|---|
| 📈 Chain Metrics | Live data on block height, transactions per second, gas consumption, etc. |
| 🧠 Node Analytics | Uptime, region, latency, versioning, peer stats |
| 🧮 DAO + Proposal Stats | Voting activity, proposal counts, results, and quorum data |
| 📉 Resource Usage | CPU/RAM/disk usage per node (if integrated with monitoring) |
| 🛠 Custom Dashboards | Filter by time, region, or specific service (e.g. dApp, CEX, Wallet) |
| 📊 Data Export | JSON, CSV, or API output for external processing |
GET /api/chain/metrics
GET /api/node/health
GET /api/dao/proposals
GET /api/resource/usage
- Node.js or Rust (depending on backend)
- MongoDB / PostgreSQL / InfluxDB for time-series data
- Redis (optional for caching)
git clone https://github.com/REChain-Network-Solutions/Stats.git
cd Stats
npm install # or cargo build
npm start # or cargo runFor private dashboards or internal stats:
- Enable JWT-based access
- Use
.envfor secrets & keys - Integrate with REChain Wallet Connect for secure auth
| Service | Integration Purpose |
|---|---|
| REChain Node | Node monitoring & metadata reporting |
| REChain DAO | Proposal + voting stats |
| dApps & Wallets | Usage and telemetry |
| REChain CEX (rechain.group) | Volume and trade metrics |
-
REChain-/: Core blockchain node -
dApp: Decentralized apps dashboard -
PoSPro: Decentralized point-of-sale system
- Basic metrics API
- Grafana-compatible dashboards
- Distributed P2P stat node sync
- Anomaly detection & alerts
- Public REST API with API key auth
Built with ❤️ by the REChain Network Solutions core team and community contributors.
Join us on [Telegram] or contribute via GitHub Issues.