Skip to content

Instantly share code, notes, and snippets.

@pau1m
Last active March 8, 2017 17:06
Show Gist options
  • Select an option

  • Save pau1m/4fabd9993384b6c4e9d4b0fbba160b59 to your computer and use it in GitHub Desktop.

Select an option

Save pau1m/4fabd9993384b6c4e9d4b0fbba160b59 to your computer and use it in GitHub Desktop.
Alice Button Send Ether
function send() {
web3.eth.sendTransaction({
from: web3.eth.coinbase,
to: '0xE767aEB31dAAF66366999F72FB5De2CEEA76c277',
value: web3.toWei(document.getElementById("amount").value, 'ether')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment