frostiq / makerdao-superdashboard

Home Page:https://ipfs.io/ipfs/QmZiqPRhSSyYpyDpbvC5Lxo87epxvhYREeG5pX7wk5UewM/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakerDAO SuperDashboard

by 44Finney team

We created a tool that helps Maker DAO’s CDP owners analyze balances and performance of their collateral.

Screenshot

The following charts display:

  • Collateralization rates of CDP over time taking into account the following events:
    • Adding collateral to CDP
    • Wipe
    • Bite
  • ETH price at which Bite event occurs, based on the following events:
    • Adding collateral to CDP
    • Wipe
    • Bite
  • Collateral amount and Debt amount over time
  • Scattered collateralization

MakerDAO SuperDashboard is distributed through IPFS

Presentation link

Requirements

  • Node >= v6.x
  • Yarn >= v1.1 | NPM >= v5.0

Install dependencies

$ cd my-app-name
$ yarn

Available tasks

# Runs development server (Webpack dev server)
$ yarn dev

# Build command
$ yarn build

# Lint with ESLint
$ yarn lint

# Run Flow
$ yarn flow

# Run unit tests (ava + instanbul)
$ yarn test

# Runs http-server on port 8082
$ yarn httpserver

About

https://ipfs.io/ipfs/QmZiqPRhSSyYpyDpbvC5Lxo87epxvhYREeG5pX7wk5UewM/

License:MIT License


Languages

Language:JavaScript 90.0%Language:HTML 6.6%Language:CSS 3.3%