github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyft-config/shyft-cli/web3/checkbalances.js (about) 1 console.log("Checking balances...") 2 for(i = 0; i < web3.eth.accounts.length; i++){ 3 console.log(web3.eth.accounts[i] + ":" + web3.eth.getBalance(web3.eth.accounts[i])) 4 }