gakonst / defiscan

A read-only defi portfolio scanner

Home Page:https://defiscan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Defiscan

public/defiscanpreview.png

This is a simple UI to get a current snapshot of any address for certain defi protocols. Currently it supports;

  • Compound Finance
  • Uniswap
  • Spankchain Bank

This was a quick rush job so code architecture is probably not great but it works and that was my goal.

https://medium.com/mycrypto/introducing-defiscan-io-40b8d2c3d445

Deployment

  • To develop, run yarn start and you'll get a development server running with live changes.
  • To build production, run yarn build and push the build/* directory to gh-pages branch.

Branching Model

The main branch is master.

  • Branch off it and issue a PR into master branch.
  • Preferrably prefix your branch with ft- (feature), en- (enhancement), bf- (bugfix), hf- (hotfix)

Production is yarn build on the gh-pages branch.

About

A read-only defi portfolio scanner

https://defiscan.io


Languages

Language:JavaScript 98.3%Language:HTML 1.0%Language:CSS 0.7%