web3-starter-sol/basic_knowledge/workspace/hardhat/README.md
2024-10-15 12:26:21 +09:00

246 B

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