https://github.com/cybervoid0/dutch-mills-nft
Deploy and mint NFTs with a collection of Dutch windmill/watermill photos via Hardhat
https://github.com/cybervoid0/dutch-mills-nft
Last synced: 10 months ago
JSON representation
Deploy and mint NFTs with a collection of Dutch windmill/watermill photos via Hardhat
- Host: GitHub
- URL: https://github.com/cybervoid0/dutch-mills-nft
- Owner: cybervoid0
- Created: 2022-05-19T21:14:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T22:31:10.000Z (about 4 years ago)
- Last Synced: 2025-06-22T23:05:57.019Z (12 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dutch Mills NFTs
## Deploy and mint NFTs with a collection of Dutch windmill/watermill photos
- Rename `template.secret.json` to `.secret.json` and put there your account mnemonic phrase.
- Install dependencies
```bash
npm install
```
- To compile the smart contract
```bash
npx hardhat compile
```
- To deploy the s/c
```bash
npx hardhat deploy --network yourNetwork
```
see the available networks in `hardhat.config.js`
- To mint new items modify `hardhat.config.js`. Add new CIDs to `newCIDsToMint` array. Then run
```bash
npx hardhat mint --network yourNetwork
```