Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuides
View Mirror World on Github
Join the Discord server

Language:

mintNFT

Mints A New NFT To Solana Collection


import { type MintSolanaNFTToCollectionPayloadV2 } from "@usemirrorworld/web3.js"
const payload: MintSolanaNFTToCollectionPayloadV2 = {
name: "Bad Monkey #0001",
symbol: "BADMONKEY",
url: "https://url-to-bad-monkey-storage.site/0001.json",
}
await mirrorworld.Solana.Asset.mintNFT(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference