logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Sui Command - Interact with Sui Network | Online Free DevTools by Hexmos

Interact with the Sui Network using Sui Command. Publish smart contracts, execute transactions, and manage your Sui blockchain. Free online tool, no registration required.

sui

Interact with the Sui network. More information: https://docs.sui.io/references/cli/cheatsheet.

  • Execute a Sui subcommand:

sui {{subcommand}}

  • Build tools for a smart contract:

sui move {{subcommand}}

  • Publish smart contracts, get object information, execute transactions and more:

sui client {{subcommand}}

  • Start a local network:

sui start

  • Update from source:

cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui

See Also