Skip to content

Instantly share code, notes, and snippets.

@alexroan
Created April 2, 2020 14:25
Show Gist options
  • Save alexroan/619aeddfa841640ac79df30dbb0308e4 to your computer and use it in GitHub Desktop.
Save alexroan/619aeddfa841640ac79df30dbb0308e4 to your computer and use it in GitHub Desktop.
loadWeb3.js
const Web3 = require("web3");
window.web3 = new Web3(window.ethereum);
window.ethereum.enable();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment