Wallets are what most people use to handle their digital assets and identity.
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.
If you're building a wallet for Sui:
@mysten/wallet-standard
helper library. It provides key types and utilities to align your implementation with the standard.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.
<aside> <img src="https://pbs.twimg.com/profile_images/1893074983095803904/kgAhTMQP_400x400.jpg" alt="https://pbs.twimg.com/profile_images/1893074983095803904/kgAhTMQP_400x400.jpg" width="40px" /> Sui Wallet Kit SDK
</aside>
<aside> <img src="https://pbs.twimg.com/profile_images/1893074983095803904/kgAhTMQP_400x400.jpg" alt="https://pbs.twimg.com/profile_images/1893074983095803904/kgAhTMQP_400x400.jpg" width="40px" /> dWallet Network
</aside>
<aside> <img src="/icons/info-alternate_gray.svg" alt="/icons/info-alternate_gray.svg" width="40px" /> About this resource
</aside>
<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/18664812-e45a-49f6-af50-c7c6347a4f3c/7fe6fef7-5a86-4cec-b199-71af7dbcf554/Token_Logo.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/18664812-e45a-49f6-af50-c7c6347a4f3c/7fe6fef7-5a86-4cec-b199-71af7dbcf554/Token_Logo.png" width="40px" /> Authors: DIA DAO
</aside>
<aside> ✍️ Get in touch / Suggest edits
</aside>