Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 654 Bytes

File metadata and controls

21 lines (16 loc) · 654 Bytes

$CGPT Token Circulating Supply Tracker

$CGPT Supply Dashboard (default):

https://supply.chaingpt.org

Endpoints:

Circulating Supply:

https://supply.chaingpt.org/supply

Total Burnt CGPT Tokens:

https://supply.chaingpt.org/burn

TotalSupply - Burnt:

https://supply.chaingpt.org/totalsupply

How To Deploy

1- Fork this repo
2- Update the contract addresses that need to be tracked & the description
3- Deploy a "Web Service" with Render (https://dashboard.render.com/create?type=web).
4- Set up the ENV credentials (view example.ENV)
5- Build Command npm install & Start Command node index.js