Skip to main content
Your app is now published in Phantom. Get your App ID and begin integrating with your preferred SDK. Your App ID is a unique identifier that’s automatically generated for your app. The App ID is used when integrating with Phantom’s client-side SDKs. It’s safe to include in client-side code.

Find your App ID

In Phantom Portal, go to URL Config to find your App ID. URL Configuration page showing App ID Your App ID appears at the top of the URL Config page. Select the copy button to add it to your clipboard.

Start building with Phantom

After completing Phantom Portal setup, select the Phantom Connect SDK that fits your app environment.

Example usage

Use your App ID when initializing the SDK:
import { PhantomProvider } from '@phantom/sdk';

const phantom = new PhantomProvider({
  appId: 'your-app-id-here', // Paste your App ID
  // ... other configuration
});

Other examples

Explore our official example apps to kickstart your integration.

Resources

Need help?

Contact Phantom developer support.