Skip to content

Instantly share code, notes, and snippets.

@changwu-tw
Created February 5, 2017 16:36
Show Gist options
  • Save changwu-tw/74636597fc401e997fe0965547460d87 to your computer and use it in GitHub Desktop.
Save changwu-tw/74636597fc401e997fe0965547460d87 to your computer and use it in GitHub Desktop.
傳送交易
> web3.eth.sendTransaction({from: acct1, to: acct2, value: web3.toWei(1, "ether"), gasLimit: 21000, gasPrice: 2000000000})
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment