Skip to content

Commit

Permalink
chore: link to official deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jun 4, 2024
1 parent c5cc91d commit 04d7c87
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,13 @@ Move Examples: https://examples.sui.io

Sui framework dependency is pinned to a specific mainnet [release](https://github.com/MystenLabs/sui/releases) for all packages for consistency.

## Deployment
## Deployment and Operations

Copy `.env.example` to `.env` and add a valid private key for Sui. If you want to deploy to testnet the corresponding address should be funded.

Run a [local](https://docs.sui.io/build/sui-local-network) Sui network for local testing, or use testnet.

To deploy to testnet run `node scripts/publish-package axelar testnet`

## Scripts

First run `node scripts/publish-package` and then any of `node scripts/<testScritpt>` which can be `test-receive-call`, `test-send-call`, and `test-transfer-operatorship`.
Official Sui deployment and operations scripts can be found [here](https://github.com/axelarnetwork/axelar-contract-deployments/tree/main/sui#sui-deployment-scripts).

## Gateway

The gateway lives in a few modules but has all of its storage in a single shared object called `AxelarValidators`. This is not very aptly named and we might rename it.
The gateway lives in a few modules but has all of its storage in a single shared object called `AxelarSigners`.

## Relayer Spec

Expand Down

0 comments on commit 04d7c87

Please sign in to comment.