README.md
October 18, 2022 ยท View on GitHub
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