Skip to main content
Build a Sui programmable transaction, sign it with a Para wallet, and submit it to the network.

Build, Sign, and Submit

The signer’s signTransaction signs the transaction bytes (intent-wrapped and hashed by @mysten/sui). Submit the transaction bytes and the resulting signature with the client.
Building the transaction resolves gas coins through the gRPC client, so the wallet must hold some SUI for gas. On testnet, fund the address from the Sui faucet.

Next Steps