Create a Uncapped NFT Collection

This section describes how to create an NFT Collection on any supported blockchain.

To use this method, you need an idexo API key:

You will need to specify the network you want to use, choosing from the following network names:

  • avalanche

  • bnbchain

  • dogechain

  • ethereum

  • fantom

  • polygon

Assuming you have installed the SDK, you can use the following code in your file (instructions on modifying it follows):

const ido = require('idexo-sdk')
ido.NFTs.createCollectionUncapped(apiKey, network, name, symbol)
.then(res=> console.log(res.data))

Last updated