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