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
- Host: GitHub
- URL: https://github.com/carlaiau/haven-protocol-supply-summary
- Owner: carlaiau
- Created: 2020-07-20T23:54:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:28:08.000Z (over 2 years ago)
- Last Synced: 2025-04-10T12:10:44.903Z (23 days ago)
- Topics: cryptocurrency, xhv
- Language: JavaScript
- Homepage: https://www.havenprotocol.net
- Size: 1.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.