Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A dashboard containing Maker governance and delegation stats as well as proposals information
- Host: GitHub
- URL: https://github.com/makerdao/governance-dashboard
- Owner: makerdao
- License: agpl-3.0
- Created: 2022-02-17T18:42:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T21:49:16.000Z (over 1 year ago)
- Last Synced: 2024-04-27T19:35:40.152Z (7 months ago)
- Language: TypeScript
- Homepage: https://makerdao-governance-dashboard.com
- Size: 410 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-makerdao - Governance Dashboard
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
```