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