mirror of
https://github.com/autistic-symposium/web3-starter-sol.git
synced 2025-04-27 19:16:06 -04:00
get started with hardhat + erc721
- Compile contract:
npx hardhat compile
- Deploy contract:
npx hardhat run scripts/deploy-contract.js --network rinkeby
- Mint NFT:
node scripts/mint-nft.js