August 2018
Intermediate to advanced
146 pages
2h
English
In an earlier chapter, we discussed Geth, one of the most popular Ethereum nodes.
When you install Geth with helper tools, it comes with a handy tool called Puppeth, which you can use to maintain and install various helper tools for managing and deploying your private blockchain. Puppeth can also be installed independently if you have Go installed, with the following command:
go get github.com/ethereum/go-ethereum/cmd/puppeth
Let’s take a look at the tool.
This tutorial will require you to have two remote machines at your disposal. Whether that is ...
Read now
Unlock full access