Skip to main content
Deploy a new NFT collection on Solana with customizable parameters including name, metadata URI, and royalties.

Usage

Parameters

Example Prompts

Natural Language Prompts

LangChain Tool Prompts

Example Implementation

Metadata Format

Your collection URI should point to a JSON file with this structure:

Implementation Details

  • Creates verified collection with Metaplex standards
  • Supports custom royalty configurations
  • Automatically handles token program initialization
  • Supports collection-wide metadata
  • Uses Metaplex’s certified collection standard

Error Handling

Best Practices

  1. Metadata Preparation
    • Host metadata on permanent storage (e.g., Arweave)
    • Include high-quality collection image
    • Provide comprehensive description
    • Include all required properties
  2. Royalty Configuration
    • Consider market standards
    • Plan distribution model
    • Document royalty splits
    • Verify basis points calculation
  3. Collection Management
    • Save collection address securely
    • Document deployment details
    • Plan update strategy
    • Consider governance
  4. Technical Considerations
    • Verify metadata before deployment
    • Test with small transactions
    • Monitor network conditions
    • Use reliable RPC endpoints

Response Format

  • mintNFT: Mint NFTs to the collection
  • getBalance: Check wallet balance
  • transfer: Transfer NFTs
  • fetchMetadata: Get collection metadata

Common Issues

  1. Metadata Issues
    • Invalid URI format
    • Missing required fields
    • Temporary storage links
    • Incorrect file types
  2. Transaction Failures
    • Insufficient funds
    • Network congestion
    • RPC node issues
    • Invalid parameters
  3. Royalty Configuration
    • Invalid basis points
    • Missing creator addresses
    • Incorrect percentages
    • Verification failures