mirror of
https://github.com/autistic-symposium/web3-starter-sol.git
synced 2025-08-02 11:46:21 -04:00
246 B
246 B
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