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
- To develop, run
yarn startand you'll get a development server running with live changes. - To build production, run
yarn buildand push thebuild/*directory togh-pagesbranch.
The main branch is master.
- Branch off it and issue a PR into
masterbranch. - Preferrably prefix your branch with
ft-(feature),en-(enhancement),bf-(bugfix),hf-(hotfix)
Production is yarn build on the gh-pages branch.
