Metaplex/Bubblegum v1 (legacy)
Bubblegum Legacy Form
A Metaplex Bubblegum v1 (legacy) compressed NFT creation component with shadcn UI styling
Bubblegum Legacy Form
Create Legacy Compressed NFT
Create compressed NFTs using Bubblegum v1 (legacy)
Loading...
Installation
Install dependencies
Start by installing required Metaplex Bubblegum v1 dependencies
pnpm add @solana/web3.js @solana/wallet-adapter-react @metaplex-foundation/umi-bundle-defaults @metaplex-foundation/umi-signer-wallet-adapters @metaplex-foundation/mpl-token-metadata @metaplex-foundation/mpl-bubblegum @metaplex-foundation/umi
Add Wallet Provider
Make sure you have added the Wallet Provider to your application. If not, follow the steps in the Connect Wallet Button guide first.
Add Bubblegum Legacy Form
pnpm dlx shadcn@canary add https://www.murphyai.dev/r/bubblegum-legacy-form.json
Basic Usage
import { BubblegumLegacyForm } from "@/components/ui/murphy/bubblegum-legacy-form";