November 2019
Beginner
436 pages
8h 52m
English
In this section, we are going to set up a web3.js library with our Electron application. web3.js is a collection of libraries that allow you to interact with a local or remote Ethereum node using an HTTP or IPC connection. You can find out more on the official documentation website: https://web3js.readthedocs.io.
Let's learn how to set up and integrate the web3 library with our Electron application and see how it works:
npm i web3
Read now
Unlock full access