@@ -13,6 +13,9 @@ This repository follows semantic versioning with the major version fixed at `v1`
13
13
git checkout < version tag>
14
14
```
15
15
16
+ For those building Verse for the first time, we recommend always choosing the latest version.
17
+ For those who have already built Verse, we also recommend upgrading to the latest version.
18
+
16
19
Version tags to OPStack upgrades mapping:
17
20
| Tag | Upgrade |
18
21
| --- | --- |
@@ -93,7 +96,7 @@ yarn install
93
96
#### Pull Docker Containers
94
97
Pull all the required Docker images for Verse middleware.
95
98
``` shell
96
- docker- compose pull op-geth op-node op-batcher op-proposer op-message-relayer verse-verifier
99
+ docker compose pull op-geth op-node op-batcher op-proposer op-message-relayer verse-verifier
97
100
```
98
101
99
102
### 2. Verifying Correct Startup of Verse
@@ -177,7 +180,7 @@ Repeat the commands from the previous section.
177
180
#### Run Services
178
181
Finally, launch your Verse by starting up the middleware components.
179
182
``` shell
180
- docker- compose up -d op-geth op-node op-batcher op-proposer op-message-relayer
183
+ docker compose up -d op-geth op-node op-batcher op-proposer op-message-relayer
181
184
```
182
185
183
186
### 4. Activate Verse Verifier
@@ -195,7 +198,7 @@ To activate the Verse Verifier, please fill out the application form bellow.
195
198
196
199
Once the Oasys side settings are configured, you can start the Verse Verifier by running:
197
200
``` sh
198
- docker- compose up -d verse-verifier
201
+ docker compose up -d verse-verifier
199
202
```
200
203
201
204
## Setup a Replica Node
0 commit comments