Skip to content

Instantly share code, notes, and snippets.

@bwheeler96
Created March 3, 2018 20:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bwheeler96/2666275134b0ac61f3523176010f4d91 to your computer and use it in GitHub Desktop.
Save bwheeler96/2666275134b0ac61f3523176010f4d91 to your computer and use it in GitHub Desktop.
var abi = [] // Paste your ABI here
var Token = web3.eth.Contract(abi)
var address = '' // Paste your contract address here
var tokenInstance = Token.at(address)
// tokenInstance.buy({ value: web3.toWei(1) })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment