Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { StardustCustodialSDK, StardustApp } from '@stardust-gg/stardust-custodial-sdk'; const STARDUST_API_KEY = 'your-api-key'; const sdk = new StardustCustodialSDK(STARDUST_API_KEY); const app: StardustApp = await sdk.getApplication();
Was this page helpful?