All examples

Simple Token Launch

Plan a safe Token-2022 launch before any transaction is built. The SDK checks metadata, authority policy, compatibility, vanity difficulty, and public preflight shape without touching private keys.

createTokenLaunchPlan
Token-2022 safe preset

Metadata-only launch planning

This starter uses a safe Token-2022 preset with fixed supply, immutable metadata, no freeze authority, and a clear authority plan. It is meant for product teams that want a clean launch preview before moving into the production build flow.

Free checks

Compatibility, risk, disclosures, runtime support, and vanity difficulty are local SDK checks.

Paid later

Vanity generation and transaction build steps are handled through Conduit-controlled paid flows.

No secrets

Do not put private keys, seed phrases, API keys, bearer tokens, or RPC secrets in launch requests.

User signs

Users review and sign launch transactions from their own wallet. Conduit does not custody keys.