Last active
March 19, 2018 18:28
-
-
Save javahippie/734213e37c5459b7988a1f24312bdf70 to your computer and use it in GitHub Desktop.
Create a new Web3 Instance via RPC
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 web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment