You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that the website can provide the information dynamically, provide an API to supply the current % of supply remaining for each tokenomics item.
For each address, provide, initial value and current balance in json with address = Wallet's address (hard coded) - String original_supply = Original Supply (hard coded) - double current_balance = Current Balance - double (use graphQL balance request)
Describe the solution you'd like
So that the website can provide the information dynamically, provide an API to supply the current % of supply remaining for each tokenomics item.
For each address, provide, initial value and current balance in json with
address
= Wallet's address (hard coded) - Stringoriginal_supply
= Original Supply (hard coded) - doublecurrent_balance
= Current Balance - double (use graphQLbalance
request)The text was updated successfully, but these errors were encountered: