Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 authored Nov 8, 2024
1 parent 6cf91cb commit 2e96ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cicd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Based on the provided `.env.example`, create your own `.env` file with the follo
Run the following command to deploy the endpoints and register the chain:

```sh
docker run --env-file .env xinfinorg/xdc-zero:v0.1.1 endpointandregisterchain.js
docker run --env-file .env xinfinorg/xdc-zero:v0.2.0 endpointandregisterchain.js
```

Add the output to your `.env` file:
Expand All @@ -38,7 +38,7 @@ There are some application example , you can feel free to deploy
(Optional)Here Subswap is our default provided application, you can also deploy your own custom app.

```sh
docker run --env-file .env xinfinorg/xdc-zero:v0.1.1 subswap.js
docker run --env-file .env xinfinorg/xdc-zero:v0.2.0 subswap.js
```

### 3. Register Application to XDC Zero
Expand All @@ -51,7 +51,7 @@ Add the user application contract address to your `.env` file:
Run the following command:

```sh
docker run --env-file .env xinfinorg/xdc-zero:v0.1.1 applicationregister.js
docker run --env-file .env xinfinorg/xdc-zero:v0.2.0 applicationregister.js
```

---
Expand Down

0 comments on commit 2e96ec8

Please sign in to comment.