An open API service indexing awesome lists of open source software.

https://github.com/carlaiau/haven-protocol-supply-summary

Quick hacka-afternoon Gatsby site providing a summary of Haven's new mint/burn ecosystem
https://github.com/carlaiau/haven-protocol-supply-summary

cryptocurrency xhv

Last synced: 22 days ago
JSON representation

Quick hacka-afternoon Gatsby site providing a summary of Haven's new mint/burn ecosystem

Awesome Lists containing this project

README

        

# Haven Supply Summary. Work in progress

Quick site built to give a summary of the current Haven ecosystem.

The purpose was to make a more user friendly version of Haven's own block explorer until the core team has more time to work on their own.

## Client
Gatsby using Bulma and Emotion.

Hosted on Netlify

## Server
Pretty gross. Express app that is downloading the source of the block explorer and parsing out the table of supply data.

Hosted on EC2, sitting behind nginx caching every minute to prevent continual scraping of explorer.

## Future Plans
Work with haven core team on a more refined version, with historical/graphs that actually runs from the blockchain itself rather than sraping.