@@ -14,9 +14,10 @@ To run the demo, the following software needs to be installed.
14
14
$ git clone https://github.com/icon-project/ibc-relay/
15
15
$ cd ibc-relay/
16
16
$ docker build -t relayer .
17
+ $ cd ..
17
18
```
18
19
19
- 2 . Build the builder image for bundling contracts:
20
+ 2 . Build the builder image in IBC-Integration repo for bundling contracts:
20
21
21
22
``` bash
22
23
make build-builder-img
@@ -44,7 +45,8 @@ To run the demo, the following software needs to be installed.
44
45
``` bash
45
46
git clone https://github.com/icon-project/goloop.git
46
47
cd goloop
47
- make gochain-icon-image
48
+ make gochain-icon-image
49
+ cd ..
48
50
```
49
51
50
52
* Build a ` goloop ` image
@@ -53,6 +55,7 @@ To run the demo, the following software needs to be installed.
53
55
git clone https://github.com/icon-project/goloop/
54
56
cd goloop/
55
57
make goloop-icon-image
58
+ cd ..
56
59
```
57
60
58
61
* Build an ` archway ` or ` neutron ` image
@@ -63,6 +66,7 @@ To run the demo, the following software needs to be installed.
63
66
git clone https://github.com/archway-network/archway/
64
67
cd archway
65
68
docker build -f Dockerfile.deprecated -t archway . --build-arg arch=aarch64
69
+ cd ..
66
70
```
67
71
68
72
** For Neutron:**
@@ -71,6 +75,7 @@ To run the demo, the following software needs to be installed.
71
75
git clone https://github.com/neutron-org/neutron.git
72
76
cd neutron
73
77
make build-docker-image
78
+ cd ..
74
79
```
75
80
76
81
ℹ️ Change the image name and version of Archway/Neutron in ` e2e-config.yaml ` or ` e2e-config-neutron.yaml ` .
0 commit comments