Skip to content
Dmitry Olegovich Sorokin (@sorydima) edited this page Jul 3, 2025 · 1 revision

📊 REChain ® Stats — Wiki

Welcome to the REChain ® Stats Wiki — your go-to hub for understanding the statistics and analytics infrastructure across the REChain Network Solutions ecosystem.


📌 Overview

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

📂 Repository Structure

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

⚙️ Features

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

📡 API Endpoints (Example)

GET /api/chain/metrics
GET /api/node/health
GET /api/dao/proposals
GET /api/resource/usage

🧪 How to Run

Prerequisites

  • Node.js or Rust (depending on backend)
  • MongoDB / PostgreSQL / InfluxDB for time-series data
  • Redis (optional for caching)

Local Setup

git clone https://github.com/REChain-Network-Solutions/Stats.git
cd Stats
npm install         # or cargo build
npm start           # or cargo run

🔐 Authentication & Access

For private dashboards or internal stats:

  • Enable JWT-based access
  • Use .env for secrets & keys
  • Integrate with REChain Wallet Connect for secure auth

📦 Integrations

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

🧩 Related Projects

  • REChain-/: Core blockchain node
  • dApp: Decentralized apps dashboard
  • PoSPro: Decentralized point-of-sale system

📅 Roadmap

  • Basic metrics API
  • Grafana-compatible dashboards
  • Distributed P2P stat node sync
  • Anomaly detection & alerts
  • Public REST API with API key auth

👨‍💻 Contributors

Built with ❤️ by the REChain Network Solutions core team and community contributors.

Join us on [Telegram] or contribute via GitHub Issues.