I have created a set of accounts in private ethereum networks. I am able to check the balance of all these accounts using the following command:
> checkAllBalances();
I have created a web page that will display the balance of all the accounts on the click of a button. So, I want to write a javascript to list the balances. Any ideas on how to do it?