From 639ab8cbc3247685324032fe3e1c42909ebaa665 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 17 Feb 2023 11:53:05 -0700 Subject: [PATCH] Update to use stack syntax Former-commit-id: 6569a2a2b6193ed3dbafa5d64ceaa688b20e0914 --- app/data/stacks/erc20/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/data/stacks/erc20/README.md b/app/data/stacks/erc20/README.md index cab41c79..a6568094 100644 --- a/app/data/stacks/erc20/README.md +++ b/app/data/stacks/erc20/README.md @@ -7,13 +7,13 @@ Instructions to deploy a local ERC20 watcher stack (core + watcher) for demonstr Clone required repositories: ```bash -laconic-so setup-repositories --include cerc-io/go-ethereum,cerc-io/ipld-eth-db,cerc-io/ipld-eth-server,cerc-io/watcher-ts +laconic-so --stack erc20 setup-repositories ``` Build the core and watcher container images: ```bash -laconic-so build-containers --include cerc/go-ethereum,cerc/go-ethereum-foundry,cerc/ipld-eth-db,cerc/ipld-eth-server,cerc/watcher-erc20 +laconic-so --stack erc20 build-containers ``` This should create the required docker images in the local image registry. @@ -21,7 +21,7 @@ This should create the required docker images in the local image registry. Deploy the stack: ```bash -laconic-so deploy-system --include ipld-eth-db,go-ethereum-foundry,ipld-eth-server,watcher-erc20 up +laconic-so --stack erc20 deploy-system up ``` ## Demo