example.jsweb3.eth.getBalance(walletAddress, (error, balance) => { console.log(balance); });
var ethBalance = web3.fromWei(balance, 'ether');