Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Mint an NFT on Stacks

This project is based on the guide, How to Mint NFTs on the Stacks Blockchain by Ferhat Kochan.

Clone Example Monorepo

To begin, clone the qn-guide-examples repo and navigate to this project's directory.

git clone https://github.com/quiknode-labs/qn-guide-examples.git
cd qn-guide-examples/stacks/stacks-nft

Install Clarinet

Make sure you have Clarinet installed in order to run the following commands.

Initialize Clarinet Console

clarinet console

Once the console is initialized, run the following command to call the claim function on our smart contract. This will mint an NFT in our local environment.

(contract-call? .nft-factory claim)