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
- Host: GitHub
- URL: https://github.com/byteball/perp_stats
- Owner: byteball
- Created: 2024-04-04T22:26:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T20:34:18.000Z (about 2 months ago)
- Last Synced: 2025-04-14T14:17:32.962Z (about 1 month ago)
- Topics: dapp, decentralized-application, decentralized-applications, decentralized-finance, defi, distributed-ledger-technology, dlt, futures, obyte, perpetual-futures, perpetuals, perps
- Language: TypeScript
- Homepage: https://pyth.ooo
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```