This repository contains a Go application for aggregating Validator Ticket (VT) prices and a simple HTML page that renders the data as a table.
View the live price history: https://cawabunga.github.io/puffer-vt-prices/
- Fetches and aggregates Puffer Validator Ticket prices
- Saves price data to a JSON file
- Displays price history in a web-based table format
go run .
This command will:
- Fetch the current VT prices
- Aggregate the data
- Save the results to
docs/events.json
main.go
: Contains the Go code for fetching and processing price datadocs/index.html
: Simple HTML page for rendering the price history tabledocs/events.json
: JSON file storing the aggregated price data