From c729afc81ceeebe5c9f16b575665c957def3462d Mon Sep 17 00:00:00 2001 From: Foivos Date: Thu, 1 Aug 2024 19:02:17 +0300 Subject: [PATCH] update readme with instructions --- sui/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/sui/README.md b/sui/README.md index c66108cd..9df6c507 100644 --- a/sui/README.md +++ b/sui/README.md @@ -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