⚠️ THIS IS AN EXAMPLE

My Third-Party Site

Integration example with HbbleWallet SDK

Connection Status
Not Connected
Connect Wallet

💡 How it works:

// Simple integration code:
const user = await HbbleWallet.connect();
console.log(user); // { userId: "123", verified: false }

// That's it! No wallet address exposed.