import { create } from '@metaplex-foundation/mpl-core'; const asset = generateSigner(umi); await create(umi, { asset, collection: collectionAddress, name: 'My NFT', uri: 'https://arweave.net/...', plugins: [], }).sendAndConfirm(umi);