TypeScript client for the Metaplex Bubblegum program (compressed NFTs), generated with Coda.
bun add @solana-programs/mpl-bubblegum @solana/kit
import { getMintV1Instruction } from "@solana-programs/mpl-bubblegum";
The client is generated from the Metaplex Bubblegum IDL and provides typed instructions, accounts, types, and errors with full ESM support.