We will begin the lab by first turning up the Node.js and Ganache-CLI framework. Installation of ganache-cli has to be performed carefully as it creates the entire Ethereum environment in our local system. Take the following steps:
- Install Node.js using the commands shown on the website at https://nodejs.org/uk/download/package-manager/#arch-linux.
- Run the following command in the Terminal:
npm install -g ganache-cli
Now, we start the test network by using the command shown in the following screenshot in the Terminal:
![](https://static.packt-cdn.com/products/9781788990189/graphics/assets/7b6ff908-2859-40b0-85e4-78e2f6f395ad.png)
- We now have to enable the developer mode to see the browser content in detail. We also have to enable the LOAD UNPACKED extension, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781788990189/graphics/assets/ca86536c-629a-4966-82cc-42a530606b25.png)