NFT Tools
NFT Tools is Grape's NFT operations workspace for minting, distribution, retangling, collection authority actions, and metadata updates on Solana.
Workspace Structure
NFT Tools contains two sections:
It uses the shared wallet connection and RPC configuration context.
NFT Authority Operations
Managed NFTs (Update Authority)
Loads NFTs where the connected wallet is metadata update authority.
Displays mint, name/symbol, seller fee bps, metadata URI, and explorer links.
Can auto-fill managed mint list into batch workflows.
Creates a new NFT mint and metadata account.
Inputs:
Optional recipient wallet
Creates master edition during mint flow.
Candy Machine (Create + Claim)
Built-in Candy Machine v2 support:
Create Candy Machine (hidden settings flow)
Claim/mint from Candy Machine
Requirements:
Connected wallet controls collection update authority
Transfers NFT from connected wallet to destination wallet.
Retangle (Clone to New Mint)
Clones an existing NFT into a new mint.
By default reuses source metadata.
Pushes one URI (or URI template) across many NFT mints.
Supports {mint} placeholder templating for per-mint URI generation.
Targets can be explicit mint list or loaded managed NFTs.
Collection Authority Manager
Collection actions supported:
Used for managing collection linkage and verification state across target NFTs in batch.
No ?action= deep-link routing is currently defined for /nft.
NFT Tools includes the shared Holdings panel:
Wallet balances and token accounts
Mint details and authority visibility
Optional media rendering toggle
Environment Variables (NFT-Relevant)
NEXT_PUBLIC_SOLANA_DEFAULT_RPC_URL
Candy Machine and core NFT flows do not require separate app-specific env vars beyond standard wallet/RPC setup.