This repo contains the contract developed during Buildspace's NFT course.
Frontend here.
-
Install dependencies;
npm install
-
Create a
.env
file and add secrets to it; -
Run
npx hardhat run scripts/run.js --network hardhat
-
Deploy to
rinkeby
testnet;npx hardhat run scripts/deploy.js --network rinkeby
-
Copy the contract address that is printed to console at the end of previous step;
-
Verify the contract on
etherscan
;npx hardhat verify CONTRACT_ADDRESS --network rinkeby
-
Check the link that is printed to console at the end of previous step;