This project is based on the guide, How to Mint NFTs on the Stacks Blockchain by Ferhat Kochan.
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-nftMake sure you have Clarinet installed in order to run the following commands.
clarinet consoleOnce 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)