Mint a NFT
This section describes how to mint a NFT within a Collection.
const ido = require('idexo-sdk')
ido.NFTs.mintNFT(apiKey, network, contractAddress, addressToMintTo, tokenUri)
.then(res => console.log(res.data))Last updated
Was this helpful?