An open API service indexing awesome lists of open source software.

https://github.com/byteball/perp_stats

Statistics for pythagorean perpetual futures https://pyth.ooo
https://github.com/byteball/perp_stats

dapp decentralized-application decentralized-applications decentralized-finance defi distributed-ledger-technology dlt futures obyte perpetual-futures perpetuals perps

Last synced: about 1 month ago
JSON representation

Statistics for pythagorean perpetual futures https://pyth.ooo

Awesome Lists containing this project

README

        

## Setup

Required:
- node.js >= v20

### Steps
1. Replace .env.example to .env
2. Install packages
3. Build project

### Note
For testnet replace `NETWORK='mainnet'` to `NETWORK='testnet'`

### Install
```shell
pnpm install
pnpm build
```

## Start
```shell
pnpm start:prod
```