https://github.com/rechain-network-solutions/perpstats
REChain ® PerpStats is a decentralized analytics engine for tracking REChain’s perpetual trading markets.
https://github.com/rechain-network-solutions/perpstats
javascript javascript-applications javascript-framework javascript-library oscreceiver oscript oscript-lib oscript-library oscript-package oscript-web typescript typescript-framework typescript-library
Last synced: 6 months ago
JSON representation
REChain ® PerpStats is a decentralized analytics engine for tracking REChain’s perpetual trading markets.
- Host: GitHub
- URL: https://github.com/rechain-network-solutions/perpstats
- Owner: REChain-Network-Solutions
- License: bsd-3-clause
- Created: 2025-07-03T20:16:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T20:27:58.000Z (6 months ago)
- Last Synced: 2025-07-03T21:26:29.896Z (6 months ago)
- Topics: javascript, javascript-applications, javascript-framework, javascript-library, oscreceiver, oscript, oscript-lib, oscript-library, oscript-package, oscript-web, typescript, typescript-framework, typescript-library
- Language: JavaScript
- Homepage: https://tanushaaa.ru
- Size: 119 KB
- 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
# PerpStats
**PerpStats** is a decentralized analytics engine for tracking REChain Network’s perpetual trading markets. It ingests on-chain events, computes key metrics, and exposes them via API.
## Table of Contents
- [Features](#features)
- [Quick Start](#quick-start)
- [Usage](#usage)
- [Architecture](#architecture)
- [Contributing](#contributing)
- [License](#license)
## Features
- Real-time volume, open interest, funding rate calculations
- Historical export (JSON, CSV)
- REST & WebSocket API for live feeds
## Quick Start
```bash
git clone https://github.com/REChain-Network-Solutions/PerpStats.git
cd PerpStats
cp .env.example .env
# set NODE_URL and DATABASE_URL
npm install
npm run dev
```
## Usage
See [USAGE.md](USAGE.md) for CLI and config details.
## Architecture
High-level design overview: ingestion → processing → storage → API. More in [ARCHITECTURE.md](ARCHITECTURE.md).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md). All contributions welcome!
## License
Licensed under MIT. See [LICENSE](LICENSE).