OnHold for substrate development first
Currently, we are displaying all the decimals in the balance. In substrate, there is a way to properly format the balance.
See the issue below on how to do that.
https://stackoverflow.com/questions/64210673/how-do-you-format-balances-with-the-polkadot-js-api
@slaveatanasov FYI: We are currently pulling the balances from the profile, but we will probably refactor so that you can pull it from based on AccountID as in the issue below. The reason for this is that we don't want to duplicate data.
OnHold for substrate development first
Currently, we are displaying all the decimals in the balance. In substrate, there is a way to properly format the balance.
See the issue below on how to do that.
https://stackoverflow.com/questions/64210673/how-do-you-format-balances-with-the-polkadot-js-api
@slaveatanasov FYI: We are currently pulling the balances from the profile, but we will probably refactor so that you can pull it from based on AccountID as in the issue below. The reason for this is that we don't want to duplicate data.