Polygon BTC Tracker
This is a simple app that tracks the metrics of BTCs on Polygon.
There are many types of Bridged BTC, and you can see their status through basic metrics.
Demonstrations
Live Demo
https://polygon-btc-tracker-web.vercel.app/
Demo Video
Architecture
Used Technologies
- Vercel
- KV Storage
- Cron Jobs
Data Sources
Metrics | Data Source | Description |
---|---|---|
Volume | CoinGecko API | Utilizing the CoinGecko Public API. |
Market Cap | CoinGecko API | Utilizing the CoinGecko Public API. |
Holders | Dune API | The Dune Query has been created to obtain the number of BTC holders, which is invoked using the Dune API. |
Circulating Supply | Polygon (Ethereum) JSON-RPC API | The totalSupply function is called from the JSON-RPC API to retrieve the current value. |