Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 445 Bytes

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:

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

Install the depencencies and run the project:

yarn
yarn dev