Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makerdao/governance-dashboard

A dashboard containing Maker governance and delegation stats as well as proposals information
https://github.com/makerdao/governance-dashboard

Last synced: about 1 month ago
JSON representation

A dashboard containing Maker governance and delegation stats as well as proposals information

Awesome Lists containing this project

README

        

Governance Dashboard

A dashboard containing Maker governance and delegation stats as well as proposals information.

## Development

Create a `.env.local` file with the following variables:

```bash
NETWORK_PROVIDER=Your RPC Provider
GOOGLE_SHEETS_API_KEY=API key with access to the tracker sheet
```

Install the depencencies and run the project:

```bash
yarn
yarn dev
```