SharedStake / SharedStake-ui

SharedStake User Interface using vue.js
https://www.sharedstake.org/
GNU General Public License v3.0
16 stars 16 forks source link

Report $ value of assets under management on landing page #51

Closed sharedStake-dev closed 3 years ago

sharedStake-dev commented 3 years ago

The landing page reports the TVL in only ETH.
To make it more impressive and easier to understand, we would like to add a small subtitle below the ETH TVL reporting the actual $USD value of the assets.
This can be done by multiplying the price of ETH from the coingecko api times the response from the function used to get the TVL on our landing page.

exitonoff commented 3 years ago

I'll start to work on this.

sharedStake-dev commented 3 years ago

dope, thanks @exitonoff