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

https://github.com/ncookiez/pooltogether-stats

Querying and analyzing some PoolTogether statistics.
https://github.com/ncookiez/pooltogether-stats

avalanche blockchain crypto cryptocurrency ethereum polygon pooltogether stats typescript

Last synced: about 1 month ago
JSON representation

Querying and analyzing some PoolTogether statistics.

Awesome Lists containing this project

README

          

# PoolTogether Stats

Querying and analyzing some PoolTogether statistics.

![Svelte](https://img.shields.io/badge/svelte-%23f1413d.svg?style=for-the-badge&logo=svelte&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)

[![Netlify Status](https://api.netlify.com/api/v1/badges/b1855df2-30cb-4834-a53f-ae21fd018f0e/deploy-status)](https://app.netlify.com/sites/pool-stats/deploys)

## Data Sources

The data utilized by the app is fetched from the following external APIs:

- PoolTogether Stats API ([Repo](https://github.com/Ncookiez/pooltogether-stats-functions))
- PoolExplorer API ([Repo](https://github.com/underethsea/explorer-api))

## Local Development

Install dependencies with `npm i`.

Run local server with `npm run dev`.