Wallet Connect
Supported features
Pairing
const uri = 'xxx'; // pairing uri
try {
await web3wallet.core.pairing.pair({ uri })
} catch (error) {
// catch error happens while pairing
}Session Management
web3wallet.on('session_proposal', onSessionProposal);Transaction Handling
Last updated