mvonsteinkirch fb77004daf add_files
2022-12-24 20:32:16 -08:00
..
2022-12-24 20:32:16 -08:00
2022-12-24 20:32:16 -08:00
2022-12-24 20:32:16 -08:00
2022-12-24 20:32:16 -08:00
2022-12-24 20:32:16 -08:00
2022-12-24 20:32:16 -08:00

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