iotexproject / iotex-desktop-wallet

IoTeX Desktop Wallet
Apache License 2.0
140 stars 76 forks source link

Display total supply, total circulating supply and update Staked IOTX in the dashboard #1356

Open raullenchai opened 4 years ago

raullenchai commented 4 years ago

For Total supply and total circulating supply, use below

http://analytics.iotexscan.io/

query{
    chain {
    totalSupply
    totalCirculatingSupply,
  }
}

For "Staked IOTX", it should be calculated using "totalCirculatingSupply" from the above query, not the fixed 5,400,000,000.

Screen Shot 2020-06-19 at 4 36 11 PM

raullenchai commented 4 years ago

Let's add the third row to display (from left to right)

Price from Coinmarketcap, Marketcap from Coinmarketcap, Total supply, and Circulating supply.

@hunglmtb

guo commented 4 years ago

let's wait for a design.