Skip to content

Instantly share code, notes, and snippets.

@subhodi
Created May 11, 2018 06:17
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 subhodi/f40f123743540232016de2f0a8446d18 to your computer and use it in GitHub Desktop.
Save subhodi/f40f123743540232016de2f0a8446d18 to your computer and use it in GitHub Desktop.
Web3 quick account seeder: $node
Web3=require('web3')
web3= new Web3(new Web3.providers.HttpProvider("http://127.0.0.1:7545"))
web3.isConnected()
web3.eth.sendTransaction({from:web3.eth.accounts[0],to:"0x4872f45d4c5ee0ddf7e0b5a70fd2ddcce0bd0f63",value:99999999999})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment