mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-08 06:12:33 -04:00
move er721-101 to solidity dir
This commit is contained in:
parent
bb3dcb5b32
commit
ec24a4b414
8 changed files with 0 additions and 0 deletions
20
solidity/erc721-solidity-101/README.md
Normal file
20
solidity/erc721-solidity-101/README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue