mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-05 21:48:54 -04:00
20 lines
No EOL
215 B
Markdown
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
|
|
``` |