Create a Uncapped NFT Collection
This section describes how to create an NFT Collection on any supported blockchain.
const ido = require('idexo-sdk')
ido.NFTs.createCollectionUncapped(apiKey, network, name, symbol)
.then(res=> console.log(res.data))Last updated
Was this helpful?