Skip to content

Instantly share code, notes, and snippets.

@mcveat
Created August 2, 2017 18:07
Show Gist options
  • Save mcveat/946c4f11b8511f2b5d5d286e77e508c8 to your computer and use it in GitHub Desktop.
Save mcveat/946c4f11b8511f2b5d5d286e77e508c8 to your computer and use it in GitHub Desktop.
john = eth.accounts[1]
KrugerToken = contract.at(receipt.contractAddress)
KrugerToken.transfer.sendTransaction(john, 10, {from: bob})
miner.start(1)
admin.sleepBlocks(2)
miner.stop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment