Skip to content

MartinIglesias86/NFTCollection-dApp

Repository files navigation

App that interact with a Smart Contract to mint an NFT.

In this project I'm going to use React, Solidity, Hardhat, and Node.js to create an app to to mint an NFT, with the deployment of the Smart Contract on the Rinkeby test net.

Test deploy

📋 Smart contract deployed in Rinkeby Testnet Network

💻 App deployed Here

Requirements

  • There should only exist 20 Crypto Dev NFT's and each one of them should be unique.
  • User's should be able to mint only 1 NFT with one transaction.
  • Whitelisted users, should have a 5 min presale period before the actual sale where they are guaranteed 1 NFT per transaction.
  • There should be a website for your NFT Collection.

Lets start building 🚀