This is a Vite project together with React demonstrating SUI blockchain integration with Reown's Universal Provider.
- Connect to SUI wallets using WalletConnect
- Sign personal messages on SUI
- Sign transactions on SUI
- Support for SUI Mainnet, Testnet, and Devnet
- Go to Reown Cloud and create a new project.
- Copy your
Project ID
- Create a
.env
file and add yourProject ID
asVITE_PROJECT_ID=your_project_id_here
- Run
npm install --legacy-peer-deps
to install dependencies - Run
npm run dev
to start the development server
This example demonstrates how to integrate SUI blockchain with Reown's Universal Provider, supporting:
- Multiple SUI networks (Mainnet, Testnet, Devnet)
- SUI-specific signing methods
- Proper chain namespace handling