import { StardustCustodialSDK } from '@stardust-gg/stardust-custodial-sdk'; const STARDUST_API_KEY = 'your-api-key'; const sdk = new StardustCustodialSDK(apiKey); const profile = await sdk.getProfile(profileId); const { wallet } = profile; // Get Ethers V5 Signer const signer = wallet.ethers.v5.getSigner().connect(provider);
Signers
Was this page helpful?