Welcome to the Axelar Local Development Suite featuring Sui Integration. This package empowers developers to establish a local development environment for streamlined cross-chain communication utilizing the Sui protocol. Currently, the integration facilitates general message passing exclusively with the EVM chain.
Before you delve into the development, ensure you have the following components installed on your local machine:
sui
sui-test-validator
To set these up, adhere to the step-by-step guide provided by Sui, which can be accessed here.
Note: This package has been rigorously tested and found compatible with the devnet-v1.8.1 version.
To initiate the local Sui network, execute the command below in your terminal:
RUST_LOG="consensus=off" cargo run --bin sui-test-validator
Here, you'll find detailed guides that will assist you in various functionalities, including: