Insert items into an existing Candy Machine.
Note that the name and URI of each item should not include the prefixes configured in the config line settings.
await metaplex .candyMachines() .insertItems({ candyMachine, items: [ { name: 'My NFT #1', uri: 'https://example.com/nft1' }, { name: 'My NFT #2', uri: 'https://example.com/nft2' }, { name: 'My NFT #3', uri: 'https://example.com/nft3' }, ], };
Generated using TypeDoc
Insert items into an existing Candy Machine.
Note that the name and URI of each item should not include the prefixes configured in the config line settings.