open-blockchain-explorer / tnbexplorer

Blockchain Explorer for thenewboston cryptocurrency network
4 stars 4 forks source link

Use stats API to always show latest data in hero section #65

Closed itsnikhil closed 2 years ago

itsnikhil commented 2 years ago

https://documenter.getpostman.com/view/12623083/U16qKP8S#6ae174e3-f2da-40ab-baae-09709c9e3c47

Currently we use static data coming from json file since API did not existed before. Now that we have Stats API, we can use the API so that data is always fresh.

image