Integrate with Xai Connect
Prerequisites
Login with Xai Connect only
import { ecosystemWallet } from "thirdweb/wallets";
const restrictedWallet = ecosystemWallet("ecosystem.xai-connect", {
partnerId: "..." // partner ID provided to you by XAI
});<ConnectButton
client={THIRDWEB_CLIENT} /* your own thirdweb API key */
wallets={[wallet]}
{...props}
/>Adding Xai Connect with Other Login Options
Last updated