New Features
I added 'current wallet value' page that will display the current Steem and SBD wallet and there corresponding value in Bitcoin, US Dollars and in any other currencies. This will help the users to see the value of there Steem and SBD in different currencies on a single page. And will help them to show the true value of there wallet in there local currency.
To see the list of currencies, please read my previous post : https://utopian.io/utopian-io/@gentlemanoi/steem-money-new-feature-steem-and-steem-dollar-converter
I also added the account value on the profile page.
- How did you implement it/them?
Relevant Commit
I used Fixer.io and CoinMarketCap API to convert the Steem/SBD based on the current value of a currency. First, I retrieve the value of Steem/SBD in BTC and US dollars using the CoinMarketCap API. Then, I retrieve all the currencies in Fixer.io with base parameter of USD. Lastly, I multiplied the value of Steem/SBD in US dollars with the current value of the selected currency and added an on change event to calculate the result every time the user changes the currency.
Links
Posted on Utopian.io - Rewarding Open Source Contributors