Closed raineorshine closed 8 years ago
How do you do a sendTransaction to simply send ether from one account to another in ether-pudding?
In web3 you would do this:
web3.eth.sendTransaction({ from: a, to: b, value: 100 })
I would like the promisey goodness of ether-pudding though.
http://ethereum.stackexchange.com/questions/4026/how-do-you-send-ether-using-truffle-ether-pudding
How do you do a sendTransaction to simply send ether from one account to another in ether-pudding?
In web3 you would do this:
I would like the promisey goodness of ether-pudding though.