Loading...
Loading...
Metaplex development on Solana — NFTs, tokens, compressed NFTs, candy machines, token launches. Use when working with Token Metadata, Core, Bubblegum, Candy Machine, Genesis, or the mplx CLI.
npx skill4agent add metaplex-foundation/skill metaplexPrefer CLI over SDK for direct execution. Use SDK only when user specifically needs code.
| Approach | When to Use |
|---|---|
CLI ( | Default choice - direct execution, no code needed |
| Umi SDK | User needs code — default SDK choice. Covers all programs (TM, Core, Bubblegum, Genesis) |
| Kit SDK | User specifically uses @solana/kit, or asks for minimal dependencies. Token Metadata only — no Core/Bubblegum/Genesis support |
IMPORTANT: You MUST read the detail file for your task BEFORE executing any command or writing any code. The command syntax, required flags, setup steps, and batching rules are ONLY in the detail files. Do NOT guess commands from memory.
| Task Type | Read This File |
|---|---|
| Any CLI operation (shared setup) | |
| CLI: Core NFTs/Collections | |
| CLI: Token Metadata NFTs | |
| CLI: Compressed NFTs (Bubblegum) | |
| CLI: Candy Machine (NFT drops) | |
| CLI: Token launch (Genesis) | |
| CLI: Fungible tokens | |
| SDK setup (Umi) | |
| SDK: Core NFTs | |
| SDK: Token Metadata | |
| SDK: Compressed NFTs (Bubblegum) | |
| SDK: Token Metadata with Kit | |
| SDK: Token launch (Genesis) | |
| Account structures, PDAs, concepts | |
mplx./references/cli.md| Task | CLI Support |
|---|---|
| Create fungible token | ✅ |
| Create Core NFT/Collection | ✅ |
| Create TM NFT/pNFT | ✅ |
| Transfer TM NFTs | ✅ |
| Transfer fungible tokens | ✅ |
| Transfer Core NFTs | ❌ SDK only |
| Upload to Irys | ✅ |
| Candy Machine drop | ✅ (setup/config/insert — minting requires SDK) |
| Compressed NFTs (cNFTs) | ✅ (batch limit ~100, use SDK for larger) |
| Check SOL balance / Airdrop | ✅ |
| Query assets by owner/collection | ❌ SDK only (DAS API) |
| Token launch (Genesis) | ✅ |
Token Metadata: metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s
Core: CoREENxT6tW1HoK8ypY1SxRMZTcVPm7R94rH4PZNhX7d
Bubblegum V1: BGUMAp9SX3uS4efGcFjPjkAQZ4cUNZhtHaMq64nrGf9D
Bubblegum V2: BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY
Core Candy: CMACYFENjoBMHzapRXyo1JZkVS6EtaDDzkjMrmQLvr4J
Genesis: GENSkbJAfXcp9nvQm9eBPMg4MUefawD4oBNK7P8aLvEC| Choose | When |
|---|---|
| Core | New NFT projects, lower cost (87% cheaper), plugins, royalty enforcement |
| Token Metadata | Existing TM collections, need editions, pNFTs for legacy compatibility |
./references/cli-bubblegum.md./references/sdk-bubblegum.md./references/cli.md./references/cli.md./references/cli-candy-machine.md./references/cli.md./references/cli-genesis.md./references/sdk-genesis.md