blockchains-security-toolkit/master_solidity/boilerplates/erc721-solidity-101
2022-09-23 07:03:34 -07:00
..
contracts 🥓 clean up 2022-09-23 07:03:34 -07:00
scripts 🥓 clean up 2022-09-23 07:03:34 -07:00
.env_sample 🥓 clean up 2022-09-23 07:03:34 -07:00
hardhat.config.js 🥓 clean up 2022-09-23 07:03:34 -07:00
package.json 🥓 clean up 2022-09-23 07:03:34 -07:00
README.md 🥓 clean up 2022-09-23 07:03:34 -07:00

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