mirror of
https://github.com/autistic-symposium/web3-starter-sol.git
synced 2025-05-01 22:36:03 -04:00
.. | ||
contracts | ||
scripts | ||
.env_sample | ||
hardhat.config.js | ||
package.json | ||
README.md |
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