Skip to content

poogooflupduck/polydao-analytics

Repository files navigation

Polydao Analytics template

Browse key metrics from DAOs and easily add new ones.

Implementation

Polydao Analytics relies on:

Metrics

  • Number of votes
  • DAO holdings
  • Top token holders
  • Token concentration
  • Voting power
  • [wip] Number of members
  • [wip] Social media sentiment

Setup

  • Clone and deploy this repo, e.g. on Vercel

Adding new DAOs

  • This webapp pulls data from polydao-api, which is an API wrapper pulling data from Covalent
  • Clone and deploy polydao-api, providing your API key on Vercel as COVALENT_KEY environment variable
  • To add a DAO, append the necessary contracts as demonstrated in the dao.json file in polydao-api

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

About

Browse key metrics from DAOs and easily add new DAOs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published