Create a Capped Soulbound NFT (SBT) Collection
This tutorial covers how to create an SBT collection using the idexo SDK.
const ido = require('idexo-sdk')
ido.NFTs.createSBTCapped(apiKey, network, name, symbol)
.then(res => console.log(res.data))
Last updated
Was this helpful?