xrp_mint_nft_with_ipfs
Mint NFTs on the XRP Ledger Testnet with IPFS storage for images and metadata, including optional attributes and royalties.
Instructions
Create NFT with IPFS storage for images and metadata (Enhanced version of xrp_mint_nft)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | NFT name | |
| flags | No | NFT flags (8=transferable, 1=burnable) | |
| taxon | No | Collection ID | |
| imageUrl | No | URL of image to upload to IPFS | |
| imagePath | No | Local path to image file | |
| attributes | No | NFT attributes/traits | |
| ipfsApiKey | No | API key for IPFS service (uses env if not provided) | |
| privateKey | Yes | Wallet private key for signing | |
| description | Yes | NFT description | |
| transferFee | No | Royalty in basis points (0-50000) |