Post
Topic
Board Altcoin Discussion
Re: In solitidy how to keep listening the contract receiving ether
by
herecomesjohnny
on 04/02/2018, 13:48:37 UTC
thanks
for msg.value how to keep listening to the event of receiving ethers


Also; Checking the balances of different accounts on the blockchain:

web3.eth.getBalance(web3.eth.accounts[0]);

web3.eth.getBalance(web3.eth.accounts[1]);