Creating an Application
Create your application
Get Application
Retrieves the app that lives under the supplied api key.TypeScript
Documentation Index
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?
