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

Language:

mintCollection

This endpoint is used to mint a new NFT collection. The collection can be type ERC1155 or ERC721.


import { type SUIMintCollectionPayload } from "@mirrorworld/web3.js"
const payload = reactive<SUIMintCollectionPayload>({
name:'collection1234',
symbol:'1234',
description:'this is my collection and it's awsom',
creators:[]
});
await mirrorworld.SUI.Asset.mintCollection(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog