Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Latest commit

ย 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

get started with hardhat + erc721


  1. compile contract:
npx hardhat compile

  1. deploy contract:
npx hardhat run scripts/deploy-contract.js --network rinkeby

  1. mint NFT:
node scripts/mint-nft.js