Getting Started
Get up and running with SDP through the dashboard.
Follow this path to get started with the Solana Developer Platform and configure your organization, wallet signing, and first token.
1. Sign up and create an organization
Go to the SDP dashboard and sign up with email, Google, or GitHub. Create an organization when prompted by the Organization Switcher.
2. Link your organization
Navigate to Wallets and click Confirm and link organization to register your Clerk org with the SDP backend.
3. Provision a wallet
Click Get started on the wallet setup card. Choose Privy (recommended) as your provider, give it a label, and click Provision wallet.
4. Create your first token
Navigate to Issuance and click Create token. Select a template (Stablecoin, Tokenized Security, or Custom), configure the token details, and confirm.
Next steps
- Tokenize an Asset — choose the right template, authorities, and API flow
- Set Up Your Organization — detailed org configuration
- Set Up Wallets — additional wallets and provider options
- Create a Token — token templates and extensions
- Deploy a Token — deploy your token onchain
Key concepts
| Concept | Description |
|---|---|
| Environment | sandbox (devnet) for testing, production (mainnet-beta) for real assets |
| API key prefix | sk_test_ for sandbox, sk_live_ for production |
| Idempotency | Include an Idempotency-Key header on mutation requests to prevent duplicates |
| Signing modes | Execute (SDP signs) or Prepare (you sign) — see Prepare vs Execute |