February 2018
Intermediate to advanced
288 pages
6h 58m
English
In this section, we will do a hands-on tutorial. So put on your lab coats! We will do the following right now:
To install Web3.js from GitHub on Windows, we require the git bash kernel. Once we have installed the git bash kernel, we can clone the Web3.js GitHub path and download the HTTP server using the following command:
> git clone https://github.com/ethereum/web3.js.git > install ...