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.

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

Key concepts

ConceptDescription
Environmentsandbox (devnet) for testing, production (mainnet-beta) for real assets
API key prefixsk_test_ for sandbox, sk_live_ for production
IdempotencyInclude an Idempotency-Key header on mutation requests to prevent duplicates
Signing modesExecute (SDP signs) or Prepare (you sign) — see Prepare vs Execute