Playground
Interactive code examples with annotations and sharing to help others understand Metaplex programs.
View:
1// Create a new NFT asset
2const asset = await create(umi, {
3 name: 'My NFT',
4 uri: 'https://example.com/metadata.json'
5}).sendAndConfirm(umi)
