PUBLIC REFERENCE IMPLEMENTATION

One project.
Five usable artifacts.

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 moved
LOCAL VALIDATIONDeterministic checksPARTNER NEUTRALLaunchpad-owned executionNON-CUSTODIALNo funds or private keysMULTICHAINSolana + EVM handoffs
01 / INSPECT THE OUTPUT

Nothing hidden behind a mockup.

These endpoints return the real typed objects used by the page and partner adapter.

02 / ONE BUNDLE, MULTIPLE ROUTES

Prepare once. Map at the edge.

PREFERRED DESIGN ROUTE

Emblem · Solana

The reference bundle keeps the creator’s preferred destination while leaving deployment, supply, tokenomics and liquidity with the launchpad.

Bundle valid
YES
Creator approval
REQUIRED
Deploys token
NO
UNIVERSAL ADAPTER

Robinhood launchpad

The same bundle maps into an auction draft on Robinhood Chain without hardcoding a launchpad’s contracts or fee model.

Partner review
READY
Launch type
auction
Execution owner
LAUNCHPAD
OPTIONAL PROTOCOL INTENT

Uniswap v4 · Chain 4663

The SDK validates the canonical Robinhood Chain PoolManager and exposes what cannot be completed until a token actually exists.

PoolManager
CANONICAL
Intent status
INCOMPLETE
Missing values
2
03 / READINESS, EXPLAINED

Every score has receipts.

Usable token nameidentity · weight 10

PASS

Valid ticker formatidentity · weight 10

PASS

Launch-ready descriptionnarrative · weight 15

PASS

Secure project websitepresence · weight 10

PASS

Public X profilepresence · weight 5

PASS

Community Telegrampresence · weight 5

PASS

Hosted artwork assetidentity · weight 10

PASS

Original identity confirmedsafety · weight 10

PASS

No guaranteed-return claimssafety · weight 15

PASS

Creator authority confirmedsafety · weight 10

PASS
04 / FOR LAUNCHPAD DEVELOPERS

A small integration surface.

Validate 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" },
);
WHAT THIS PROVES

The SDK can produce consistent, inspectable creative, readiness, utility and partner-handoff data from one project bundle.

WHAT IT DOES NOT CLAIM

This reference is not a launched token, audit, legal review, completed partnership or endorsement by Emblem, Robinhood or Uniswap.