This repository hosts the smart contract deployed on the SUI network to enable ZetaChain's cross-chain functionality.
install SUI toolchain: https://github.com/MystenLabs/sui
sui move test
Run the test program:
cd localtest && go run ./...
You can also keep Sui localnet after test runs:
cd localtest && go run ./... -keep-running