Welcome to REChain Stats, a statistical analytics module for REChain Network Solutions. This repo is designed to gather, compute, and visualize key metrics across various REChain protocols and services.
- Real-time analytics from DeFi, DAO, and prediction modules
- Historical data snapshots and trend analysis
- Oracle-based feeds and customizable data pipelines
- Visual dashboards for governance and performance tracking
Stats/
├── data/ # Raw and processed data sets
├── scripts/ # Scripts for fetching, cleaning, and analyzing data
├── visualizations/ # Graphs and visual dashboards
├── docs/ # Documentation files
└── README.md
Clone the repository:
git clone https://github.com/REChain-Network-Solutions/Stats.git
cd Stats
Install Python dependencies:
pip install -r requirements.txt
To run the basic data update and analytics pipeline:
python scripts/run_stats.py
Unit tests are located in tests/
.
pytest
MIT © REChain Network Solutions