https://github.com/kryptocodes/questbook-stats
https://github.com/kryptocodes/questbook-stats
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kryptocodes/questbook-stats
- Owner: kryptocodes
- Created: 2023-10-24T09:38:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T09:10:16.000Z (over 2 years ago)
- Last Synced: 2025-02-23T14:38:47.671Z (over 1 year ago)
- Language: TypeScript
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Questbook stats
Dashboard for Questbook metrics and analytics.
```
OPTIMISM = 'https://the-graph.questbook.app/subgraphs/name/qb-subgraph-optimism-mainnet';
POLYGON = 'https://the-graph.questbook.app/subgraphs/name/qb-subgraph-polygon-mainnet';
CELO = 'https://the-graph.questbook.app/subgraphs/name/qb-subgraph-celo-mainnet';
```
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```