https://github.com/rechain-network-solutions/stats
REChain ยฎ Stats is a blockchain-native stats and analytics tool used to monitor the decentralized REChain ecosystem. It covers everything from on-chain activity and node performance to DAO and proposal metrics.
https://github.com/rechain-network-solutions/stats
javascript-applications javascript-framework javascript-project javascript-tools oscript oscript-lib oscript-library oscript-package oscript-web typescript typescript-action typescript-library
Last synced: 6 months ago
JSON representation
REChain ยฎ Stats is a blockchain-native stats and analytics tool used to monitor the decentralized REChain ecosystem. It covers everything from on-chain activity and node performance to DAO and proposal metrics.
- Host: GitHub
- URL: https://github.com/rechain-network-solutions/stats
- Owner: REChain-Network-Solutions
- License: bsd-3-clause
- Created: 2025-07-03T19:59:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T20:13:35.000Z (6 months ago)
- Last Synced: 2025-07-03T21:20:08.951Z (6 months ago)
- Topics: javascript-applications, javascript-framework, javascript-project, javascript-tools, oscript, oscript-lib, oscript-library, oscript-package, oscript-web, typescript, typescript-action, typescript-library
- Language: Vue
- Homepage: https://tanushaaa.ru
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# ๐ REChain Stats
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.
## ๐ Features
- 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
## ๐ Directory Structure
```
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
```
## ๐ Getting Started
Clone the repository:
```bash
git clone https://github.com/REChain-Network-Solutions/Stats.git
cd Stats
```
Install Python dependencies:
```bash
pip install -r requirements.txt
```
## ๐ Running Stats Pipelines
To run the basic data update and analytics pipeline:
```bash
python scripts/run_stats.py
```
## ๐งช Testing
Unit tests are located in `tests/`.
```bash
pytest
```
## ๐ License
MIT ยฉ REChain Network Solutions