How to mint a Secret NFT on-chain
Prerequisites
Before getting started, make sure you have the following ready:
- Create a Ternoa account with Alphanet CAPS
- Install and set up your editor of choice (we will use Visual Studio Code [VSC] in this tutorial)
- Install NodeJS v.14+ & NPM
- Install & initialize Ternoa-JS
Minting a Secret NFT on-chain using Ternoa-JS
In order to create an NFT on the Ternoa chain, Ternoa-JS provides you with a mintSecretNFT
helper to do so.