Skip to content

Instantly share code, notes, and snippets.

@totiz
Created May 15, 2019 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save totiz/978f7836661f4a78e9914ec7cf4b7014 to your computer and use it in GitHub Desktop.
Save totiz/978f7836661f4a78e9914ec7cf4b7014 to your computer and use it in GitHub Desktop.
const infura_token = '[[YOUR TOKEN]]' // ขอ infura token ได้ที่ infura.io (สมัครฟรี)
const privateKey = '0cb9dd3708cb7307eb6895183cafc18b13efd85e5f8f522832ce838da00245c3'
const publicKey = '0x19f0685F5FC36cc68328B730c63FD5E81514c704'
const gasPrice = '9' // gwei
const ethToSend = '0.001' // ether
const toAddress = '0x3CC0290E21A1Bf2CD6050a3139D17E6C4EF66416'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment