Skip to content

DIGG token analytics dashboard. Displays historical prices, percentage ownership and sett deposits.

License

Notifications You must be signed in to change notification settings

secretshardul/digg-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diggmetrics: DIGG analytics dashboard

Diggmetrics

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

Video

Screenshots

Desktop

1 1-pc-top

1 2-pc-bottom

Mobile

2 1-mob-top

2 2-mob-bottom

Tech stack

  • The Graph: Uses the official Badger subgraph to fetch DIGG balance for various accounts.

    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

About

DIGG token analytics dashboard. Displays historical prices, percentage ownership and sett deposits.

Topics

Resources

License

Stars

Watchers

Forks