web3-starter-sol/basic_knowledge/workspace/hardhat
2024-10-15 12:26:21 +09:00
..
contracts Clean up 2024-10-15 12:26:21 +09:00
scripts Clean up 2024-10-15 12:26:21 +09:00
.env_sample Clean up 2024-10-15 12:26:21 +09:00
hardhat.config.js Clean up 2024-10-15 12:26:21 +09:00
package.json Clean up 2024-10-15 12:26:21 +09:00
README.md Clean up 2024-10-15 12:26:21 +09: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