Skip to content

Instantly share code, notes, and snippets.

@javahippie
Last active March 19, 2018 18:28
Show Gist options
  • Save javahippie/734213e37c5459b7988a1f24312bdf70 to your computer and use it in GitHub Desktop.
Save javahippie/734213e37c5459b7988a1f24312bdf70 to your computer and use it in GitHub Desktop.
Create a new Web3 Instance via RPC
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