blockchains-security-toolkit/erc721-solidity-101/README.md
2022-04-04 22:30:30 +04:00

215 B

One: A special summer

  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