Creates a new NFT.
const transactionBuilder = await metaplex .nfts() .builders() .create({ name: 'My NFT', uri: 'https://example.com/my-nft', sellerFeeBasisPoints: 250, // 2.5% });
Generated using TypeDoc
Creates a new NFT.