@@ -25,11 +25,11 @@ To run the demo, the following software needs to be installed.
25
25
cd - # Back to the root folder
26
26
` ` `
27
27
28
- # ## Additional Images Required for Apple Silicon
28
+ # ## Additional Images required for Apple Silicon
29
29
30
- If you are using an Apple Silicon machine, follow these additional steps to build images:
30
+ If you are using an Apple Silicon machine, follow these additional steps to build required images:
31
31
32
- * Build an ` icon-chain` image
32
+ 1. Build an ` icon-chain` image
33
33
34
34
` ` ` bash
35
35
git clone https://github.com/icon-project/goloop.git
@@ -38,7 +38,7 @@ If you are using an Apple Silicon machine, follow these additional steps to buil
38
38
cd - # Back to the root folder
39
39
` ` `
40
40
41
- * Build a ` goloop` image
41
+ 2. Build a ` goloop` image
42
42
43
43
` ` ` bash
44
44
git clone https://github.com/icon-project/goloop/
@@ -47,25 +47,25 @@ If you are using an Apple Silicon machine, follow these additional steps to buil
47
47
cd - # Back to the root folder
48
48
` ` `
49
49
50
- * Build an ` archway` or ` neutron` image
50
+ 3. Build an ` archway` or ` neutron` image
51
51
52
- ** For Archway:**
53
-
54
- ` ` ` bash
55
- git clone https://github.com/archway-network/archway/
56
- cd archway
57
- docker build -f Dockerfile.deprecated -t archway . --build-arg arch=aarch64
58
- cd - # Back to the root folder
59
- ` ` `
60
-
61
- ** For Neutron:**
62
-
63
- ` ` ` bash
64
- git clone https://github.com/neutron-org/neutron.git
65
- cd neutron
66
- make build-docker-image
67
- cd - # Back to the root folder
68
- ` ` `
52
+ ** For Archway:**
53
+
54
+ ` ` ` bash
55
+ git clone https://github.com/archway-network/archway/
56
+ cd archway
57
+ docker build -f Dockerfile.deprecated -t archway . --build-arg arch=aarch64
58
+ cd - # Back to the root folder
59
+ ` ` `
60
+
61
+ ** For Neutron:**
62
+
63
+ ` ` ` bash
64
+ git clone https://github.com/neutron-org/neutron.git
65
+ cd neutron
66
+ make build-docker-image
67
+ cd - # Back to the root folder
68
+ ` ` `
69
69
70
70
# # Running IBC Integration System Tests
71
71
0 commit comments