Login
Prerequisites:
Getting startedStep 1: Import the following modules
const { Client, UserAccount } = require("@xact-wallet-sdk/client");
require("dotenv").config();Step 2: Generate a QR Code
const qrCode = await client.generateQRCode({
scope: [ScopeEnum.PROFILE, ScopeEnum.NFT]
});Step 3: Listen to new Connections
Code Check ✅
Last updated