In Chapter 4, you learned how to create your own private test Ethereum network using the Ethereum client – Geth. While Geth is not that difficult to use to set up an Ethereum blockchain, it still takes considerable effort to set one up. In addition, you also need to create accounts and perform mining in order to obtain Ethers so that you can use them to deploy Smart Contracts and for performing transactions.
A much better option is to use a tool that can emulate an Ethereum blockchain, together with all the required accounts so that you can just focus ...