August 2018
Intermediate to advanced
404 pages
11h 19m
English
Web3.js is a JavaScript library that implements the JSON RPC specification of Ethereum. This library allows you to interact with a local or remote Ethereum node, using an HTTP or IPC connection. The following recipe will guide you through installing and configuring web3.js, as well as provide examples to use in your Decentralized Application (DApp).