ℹ️ 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-standardhelper 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
Walletinterface 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.




