A React toolkit for DApps to easily connect with all wallets on the Sui blockchain using the Wallet Standard.
Suiet Wallet Kit is a React toolkit that enables DApp developers to easily connect their applications with all wallets on the Sui blockchain. It solves the problem of complex wallet integration by providing auto-detection of installed wallets and pre-built UI components. The toolkit supports the Sui Wallet Standard, ensuring compatibility across various wallet extensions.
React developers building decentralized applications (DApps) on the Sui blockchain who need to integrate wallet connectivity. It is ideal for those seeking a streamlined solution to handle wallet interactions without managing individual adapters.
Developers choose Suiet Wallet Kit for its automatic wallet detection, which removes the need to manually import specific wallet adapters, and its comprehensive set of React hooks and UI components that accelerate development. Its support for the Sui Wallet Standard ensures future-proof interoperability with a wide range of wallets.
The first choice to connect all wallets on Sui blockchain
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Automatically detects all installed Sui Wallet Standard-compliant wallets in the browser, eliminating the need for manual adapter imports, as emphasized in the README with the auto-detect-wallet feature.
Provides React context providers and custom hooks for managing wallet state, making it straightforward to integrate wallet functionality into React DApps, as highlighted by the React Provider & Hooks support.
Includes ready-to-use UI components for wallet connection interfaces, accelerating development and ensuring a consistent user experience, as shown in the assets and demo examples.
Fully supports the Sui Wallet Standard, ensuring broad interoperability with various wallet extensions on the Sui blockchain, as confirmed by the wallet-standard badge and documentation.
Exclusively designed for the Sui blockchain, making it unsuitable for DApps targeting other blockchains or requiring multi-chain functionality, which limits its versatility.
Tied to React, so it cannot be used with other frontend frameworks without significant workarounds, restricting adoption in non-React projects.
While customization is supported, deviating from the pre-built UI components may require deeper knowledge of the kit's internals and additional CSS work, as hinted by the need for integration solutions.