Creates a brand new Candy Machine.
const { candyMachine } = await metaplex .candyMachinesV2() .create({ sellerFeeBasisPoints: 500, // 5% royalties price: sol(1.3), // 1.3 SOL itemsAvailable: toBigNumber(1000), // 1000 items available };
Generated using TypeDoc
Creates a brand new Candy Machine.