sui-move

Sui Move smart contract development tools

TLDR

Build Move package
$ sui move build
Run tests
$ sui move test
Publish package
$ sui move publish --gas-budget [10000]
Create new package
$ sui move new [package_name]

SYNOPSIS

sui move command [options]

DESCRIPTION

sui move manages Move smart contracts on Sui blockchain. Build, test, and deploy Move packages. Part of Sui blockchain development toolkit.

PARAMETERS

build

Build Move package.
test
Run Move tests.
publish
Publish to network.
new name
Create new package.
prove
Run Move Prover.
--gas-budget amount
Gas budget for transactions.
--path path
Package path.

INSTALL

brew install sui

SEE ALSO

sui-client(1)