blockchains-security-toolkit/master_solidity/boilerplates/erc721-solidity-101/README.md
2022-09-23 07:03:34 -07:00

20 lines
No EOL
215 B
Markdown

# One: A special summer
1. Compile contract:
```
npx hardhat compile
```
2. Deploy contract:
```
npx hardhat run scripts/deploy-contract.js --network rinkeby
```
3. Mint NFT:
```
node scripts/mint-nft.js
```