NFT Minting App
Project detail
Hi,
I need to develop a NFT front end app for minting NFTs on a website that incorporates a merkle tree whitelist system.
The app needs to connect via metamask to a users wallet. I then just need a single button that when clicked can mint an NFT and a way of adjusting the number to mint.
I have a solidity smart contract which needs to be sent a ‘number to mint amount’ and a merkle proof.
I have an api that can generate the merkle proof if needed.
I’d be looking to receive a pack of code that i can run on a local server (and may need help in getting that running) and instructions how to deploy/build as needed.
Thanks