Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions e2edemo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ deploy-all: deploy-bmc deploy-bmv deploy-xcall deploy-dapp
start-nodes:
@ echo ">>> Start nodes" ; \
cd docker; \
docker-compose up -d
docker compose up -d

stop-nodes:
@ echo ">>> Stop nodes" ; \
cd docker; \
docker-compose down
docker compose down

setup-node:
@ echo ">>> Setup ICON node" ; \
Expand Down
4 changes: 3 additions & 1 deletion e2edemo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ In this demo, you will learn how to perform end-to-end testing between ICON and
To run the demo, the following software needs to be installed.

* Node.js 18 (LTS) \[[download](https://nodejs.org/en/download/)\]
* Docker-compose \[[download](https://docs.docker.com/compose/install/)\]
* Docker compose (V2) \[[download](https://docs.docker.com/compose/install/)\]
* OpenJDK 11 or above \[[download](https://adoptium.net/)\]
* jq \[[download](https://github.com/stedolan/jq)\]
* go \[[download](https://go.dev/doc/install)\]

## Install required packages

Expand Down