The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Smeltr Token 2022 listing page.
Non-custodial Token-2022 deployment infrastructure for Solana.
The non-custodial guarantee: Smeltr builds transaction instructions.
Your wallet signs them. assertNoPlatformAuthority() runs on every
authority field in every module before any instruction is constructed,
and the source for that check lives in packages/module-registry in
this repository — the guarantee is inspectable, not just asserted.
Extensions: Transfer Fee · Non-Transferable · Permanent Delegate · Arweave metadata
Smeltr exposes its Token-2022 validation engine as an MCP server for Claude Desktop, Cursor, and other assistants.
Docs: https://smeltr.org/docs/mcp · Source: packages/mcp-server · Launch guide: docs/MCP_LAUNCH.md
The core deploy flow (module selection -> metadata -> review -> sign ->
add metadata -> dashboard/resume) is implemented end to end and covered
by the npm run test:ci suite. See CLAUDE.md for architecture context
and docs/INVARIANTS.md for the review checklist.