From 40560a963a347c5b8a1e82f8ea601e4227a2f86d Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Fri, 13 Mar 2020 12:12:09 +0100 Subject: [PATCH] Update docs/_getting-started/creating-private-network-puppeth.md Co-Authored-By: Adam Schmideg --- docs/_getting-started/creating-private-network-puppeth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_getting-started/creating-private-network-puppeth.md b/docs/_getting-started/creating-private-network-puppeth.md index 84b15d5574..b1d330e8ff 100644 --- a/docs/_getting-started/creating-private-network-puppeth.md +++ b/docs/_getting-started/creating-private-network-puppeth.md @@ -5,7 +5,7 @@ sort_key: B A private Ethereum network is useful for dapp testing, privacy, starting a local network for a hackathon, and many other purposes. An Ethereum network is private if the nodes are not connected to a main network. -Setting up a private network can be a complex task; you need to configure a genesis block, different node types, miners, monitoring, and more. To help get you started, `puppeth` is a CLI tool that leads you through the steps to create a private network, building it with Docker containers, and in creating a new Ethereum network down to the genesis, bootnodes, signers, ethstats, faucet, dashboard and more, without the hassle that it normally takes to configure all these services one by one. Puppeth uses ssh to connect into remote servers and builds its network components out of docker containers using docker-compose. The user is guided through the process via a command-line wizard that does the heavy lifting and topology configuration automatically behind the scenes. +Setting up a private network can be a complex task; you need to configure a genesis block, different node types, miners, monitoring, and more. To help get you started, `puppeth` is a CLI tool that leads you through the steps to create a private network, building it with Docker containers, and in creating a new Ethereum network down to the genesis, bootnodes, signers, ethstats, faucet, dashboard and more, without the hassle that it normally takes to configure all these services one by one. Puppeth uses ssh to connect into remote servers and builds its network components out of docker containers using docker-compose using ansible under the hood. The user is guided through the process via a command-line wizard that does the heavy lifting and topology configuration automatically behind the scenes. ## Prerequisites