Skip to content

Commit

Permalink
update readme with instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Aug 1, 2024
1 parent 89ccc15 commit c729afc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions sui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,30 @@ Deploy the Operators package:
node sui/deploy-contract.js deploy Operators
```

Deploy the Abi package:

```bash
node sui/deploy-contract.js deploy Abi
```

Deploy the Governance package (requires `abi` and `axelar_gateway`):

```bash
node sui/deploy-contract.js deploy Governance
```

Deploy the ITS package (requires `abi`, `axelar_gateway` and `goverannce`):

```bash
node sui/deploy-contract.js deploy ITS
```

Deploy the Squid package (requires `abi`, `axelar_gateway`, `goverannce` and `its`):

```bash
node sui/deploy-contract.js deploy Squid
```

Call Contract:

```bash
Expand Down

0 comments on commit c729afc

Please sign in to comment.