trufflesuite / truffle-artifactor

A contract packager for Ethereum and Javascript (formerly ether-pudding)
MIT License
253 stars 54 forks source link

How do you send ether? #27

Closed raineorshine closed 8 years ago

raineorshine commented 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.

raineorshine commented 8 years ago

http://ethereum.stackexchange.com/questions/4026/how-do-you-send-ether-using-truffle-ether-pudding