MyHush / myhush.github.io

The Official Hush Team Website
https://myhush.org
GNU General Public License v3.0
5 stars 14 forks source link

myhush.org/supply page showing supply stats #125

Closed leto closed 4 years ago

leto commented 4 years ago

We need an automatically updating page to show investors/miners Hush supply stats.

Most important is to have current supply: https://explorer.myhush.org/api/supply

The % and total zfund amount should also be shown:

$ ./hush-cli coinsupply
{
  "result": "success",
  "coin": "HUSH3",
  "height": 172518,
  "supply": 8151849.77026167,
  "zfunds": 181630.33586348,
  "sprout": 0.00000000,
  "total": 8333480.10612515
}
gilardh commented 4 years ago

@leto Is there an API on https://explorer.myhush.org/ allowing to retrieve the total zfund amount ?

leto commented 4 years ago

@gilardh yes, it was https://explorer.myhush.org/api/coinsupply and our https://myhush.org/supply page is live, so I will close this