https://github.com/secretshardul/digg-analytics
DIGG token analytics dashboard. Displays historical prices, percentage ownership and sett deposits.
https://github.com/secretshardul/digg-analytics
badger digg
Last synced: 2 months ago
JSON representation
DIGG token analytics dashboard. Displays historical prices, percentage ownership and sett deposits.
- Host: GitHub
- URL: https://github.com/secretshardul/digg-analytics
- Owner: secretshardul
- License: mit
- Created: 2021-03-30T08:44:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T21:43:47.000Z (about 4 years ago)
- Last Synced: 2025-01-19T07:24:44.878Z (4 months ago)
- Topics: badger, digg
- Language: JavaScript
- Homepage: https://diggmetrics.netlify.app
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Diggmetrics: DIGG analytics dashboard
DIGG is an elastic supply rebase token pegged to the Bitcoin. Here's a dashboard which lets you study the relation between the two.
## Features
1. DIGG vs BTC price over time: You can pick a time period from 1 day to all time.
2. DIGG ownership: Shows a pie chart on percentage ownership and available circulation.
3. DIGG staking: Shows how DIGG is deposited in various setts.## Demo
https://diggmetrics.netlify.app/## Video
[](https://www.youtube.com/watch?v=gRNjXKna4EE)## Screenshots
### Desktop

### Mobile

## Tech stack
- The Graph: Uses the official [Badger subgraph](https://thegraph.com/explorer/subgraph/darruma/badger) to fetch DIGG balance for various accounts.```graphql
query getBalance($id: ID!) {
tokenBalance(id: $id) {
id
balance
token {
name
}
}
}
```- Bootstrap 5
- Netlify
- Vanilla javascript
- Badger finance API
- Google fonts
- CoinGecko price comparison widget## Gitcoin GR9 qualifying bounties
- [Badger](https://gitcoin.co/issue/Badger-Finance/badger-system/70/100025037)
- [The Graph](https://gitcoin.co/issue/graphprotocol/gitcoin-grants-round-9-hackathon/1/100025068)