web3.js 101

install web3js

npm install web3

web3 connect to Ether node

Web3 = require("web3")

web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545"));

 

 

web3.js 101

By Ming-der Wang

web3.js 101

  • 1,272