update networks/local readme

This commit is contained in:
Ethan Buchman
2018-05-19 23:21:35 -04:00
parent 6c4a26f248
commit d7d12c8030
3 changed files with 69 additions and 16 deletions
+4
View File
@@ -193,6 +193,10 @@ build-docker:
build-linux:
GOOS=linux GOARCH=amd64 $(MAKE) build
build-docker-localnode:
cd networks/local
make
# Run a 4-node testnet locally
localnet-start: localnet-stop
@if ! [ -f build/node0/config/genesis.json ]; then docker run --rm -v $(CURDIR)/build:/tendermint:Z tendermint/localnode testnet --v 4 --o . --populate-persistent-peers --starting-ip-address 192.167.10.2 ; fi