SUI Wallets
SUI Wallets

SUI Wallets

ℹ️ Introduction To SUI Network Wallets

Wallets are what most people use to handle their digital assets and identity.

Sui Wallet Standard Overview

Sui browser extension wallets follow the Wallet Standard—a cross-chain specification that enables dApps to automatically detect and interact with compatible wallets. This ensures a seamless experience across the Sui ecosystem and beyond.

For Wallet Developers

If you're building a wallet for Sui:
  • Use the @mysten/wallet-standard helper library. It provides key types and utilities to align your implementation with the standard.
  • Define a wallet interface by creating a class that implements the Wallet interface from the library. This ensures your wallet exposes the expected methods and properties for dApps to connect and interact with it properly.
By adhering to the Wallet Standard, your wallet can be easily discovered by dApps and provide users with secure, consistent functionality such as connecting, signing transactions, and managing accounts.

💳 Find a SUI Network Wallet