Created
March 3, 2018 20:08
-
-
Save bwheeler96/2666275134b0ac61f3523176010f4d91 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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