Created
May 11, 2018 06:17
-
-
Save subhodi/f40f123743540232016de2f0a8446d18 to your computer and use it in GitHub Desktop.
Web3 quick account seeder: $node
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
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