August 2018
Beginner to intermediate
350 pages
11h 58m
English
Web3.js is a JavaScript Library; it can communicate with the Ethereum node through JSON RPC calls, by connecting to the HTTP or IPC connection. Web3.js works by exposing methods that have been enabled over the RPC.
Web3 can be installed via npm using the following command:
npm install web3
Read now
Unlock full access