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

Language:

mintNFT

Mints A New NFT To A Collection On Ethereum


import { type MintEVMNFTToCollectionV2Payload } from "@mirrorworld/web3.js"
const payload: MintEVMNFTToCollectionV2Payload = {
collection_address: "0xB11c14E2F322deC851795224A171Bcf03Dc8573D",
token_id: 4,
}
await mirrorworld.Ethereum.Asset.mintNFT(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog