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

Language:

mintNFT

This endpoint is used to mint a new NFT on the collection.


import { type SUIMintNFTPayload } from "@mirrorworld/web3.js"
const payload = reactive<SUIMintNFTPayload>({
collection_address:'',
name:'',
description:'',
image_url:'',
attributes:[],
to_wallet_address:''
});
await mirrorworld.value.SUI.Asset.mintNFT(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog