Skip to main content
Para supports Sui blockchain interactions through . Use our integration package to sign Sui transactions and messages with Para’s MPC wallets.

Installation

If using @mysten/sui and @getpara/react-sdk you can use our hook to access the Sui signer without any additional setup.

Library Setup

The ParaSuiSigner is a @mysten/sui Signer — the raw signing is delegated to Para’s MPC, while intent wrapping, hashing, and signature serialization come from @mysten/sui.
hooks/useParaSui.ts
To use Sui Testnet or Devnet, set network to "testnet"/"devnet" and baseUrl to the matching fullnode (e.g. https://fullnode.testnet.sui.io:443). You can fund a testnet address from the Sui faucet.

Next Steps