Skip to main content

How to mint a Secret NFT on-chain

Prerequisites

Before getting started, make sure you have the following ready:

  1. Create a Ternoa account with Alphanet CAPS
  2. Install and set up your editor of choice (we will use Visual Studio Code [VSC] in this tutorial)
  3. Install NodeJS v.14+ & NPM
  4. 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.