Co-authored-by: MSalopek <matija.salopek994@gmail.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
MSalopek
Julien Robert
parent
8c9152d9c6
commit
1ca62cb9d0
@@ -467,10 +467,10 @@ localnet-build-dlv:
|
||||
localnet-build-nodes:
|
||||
$(DOCKER) run --rm -v $(CURDIR)/.testnets:/data cosmossdk/simd \
|
||||
testnet init-files --v 4 -o /data --starting-ip-address 192.168.10.2 --keyring-backend=test
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
|
||||
localnet-stop:
|
||||
docker-compose down
|
||||
docker compose down
|
||||
|
||||
# localnet-start will run a 4-node testnet locally. The nodes are
|
||||
# based off the docker images in: ./contrib/images/simd-env
|
||||
|
||||
Reference in New Issue
Block a user