Minting NFTs on IDEP

Testnet Pride
2 min readDec 11, 2021

--

Task 3

Today we will do the 3th task of IDEP Incentivized Testnet Sanford.

Create 10 unique NFT collections.

1. Find 10 images in “jpeg” or “png” format.

My images:

2. Uploading Images to IPFS

Once you have selected your images, upload them to IPFS via:
https://anarkrypto.github.io/upload-files-to-ipfs-from-browser-panel/public/

3. Creating a denom for our NFTs

Next we create a denom, which will include all the NFTs we will be minting later on.

iond tx uptake issue <denomid> — from=<key-name> — name=<demon-name> — symbol=<denom-symbol> — mint-restricted=<1/0>
— update-restricted=<1/0> — chain-id=SanfordNetwork

4. Create your NFTs

We will mint our ten NFTs into the denom created:

iond tx uptake mint <denom-id> <nft-id> — uri=<uri> — recipient=<recipient> — from=<key-name> — chain-id=SanfordNetwork

Repeat the command for EVERY image and SAVE ths of EVERY tx hash transaction !!!

Usefu links:

Twitter: https://twitter.com/idepnetwork

Discord: https://discord.gg/Jrarctk4hG

Telegram: https://t.me/IDEPNetwork

Website: https://idep.network

--

--

No responses yet