idexo
ENGLISH
Search
⌃K

Create a Capped 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.createCollectionCapped(apiKey, network, name, symbol, cap)
.then(res=> console.log(res.data))