Launch Kit
Identity, narrative, campaign copy and creator-controlled launch preferences.
Follow a reference project from structural preflight to a portable launchpad draft. Every output below is generated by the published ZeitMint SDK and can be inspected as JSON.
Reference only · no token deployed · no partner endorsement · no funds movedThese endpoints return the real typed objects used by the page and partner adapter.
Identity, narrative, campaign copy and creator-controlled launch preferences.
A deterministic 10-check structural preflight with weighted blockers and warnings.
A useful community mission with reward, integrity and review declarations.
A partner-neutral Robinhood Chain handoff that never deploys or moves funds.
An optional PoolKey intent using the canonical Robinhood Chain PoolManager.
The reference bundle keeps the creator’s preferred destination while leaving deployment, supply, tokenomics and liquidity with the launchpad.
The same bundle maps into an auction draft on Robinhood Chain without hardcoding a launchpad’s contracts or fee model.
The SDK validates the canonical Robinhood Chain PoolManager and exposes what cannot be completed until a token actually exists.
Usable token nameidentity · weight 10
PASSValid ticker formatidentity · weight 10
PASSLaunch-ready descriptionnarrative · weight 15
PASSSecure project websitepresence · weight 10
PASSPublic X profilepresence · weight 5
PASSCommunity Telegrampresence · weight 5
PASSHosted artwork assetidentity · weight 10
PASSOriginal identity confirmedsafety · weight 10
PASSNo guaranteed-return claimssafety · weight 15
PASSCreator authority confirmedsafety · weight 10
PASSValidate the portable bundle, map it into your own draft, then keep final review and execution inside your product. ZeitMint does not require custody or a shared deployment contract.
Request an adapter review ↗import {
createLaunchpadDraft,
validateBundle,
} from "@zeitmint/launch-kit";
const result = validateBundle(payload);
if (!result.valid) return { issues: result.issues };
const draft = createLaunchpadDraft(
result.value,
"your-launchpad",
{ chain: "robinhood-chain", launchType: "auction" },
);The SDK can produce consistent, inspectable creative, readiness, utility and partner-handoff data from one project bundle.
This reference is not a launched token, audit, legal review, completed partnership or endorsement by Emblem, Robinhood or Uniswap.