https://github.com/ghostffcode/gr14-nft
https://github.com/ghostffcode/gr14-nft
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostffcode/gr14-nft
- Owner: ghostffcode
- Created: 2022-06-15T15:02:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T04:19:18.000Z (about 4 years ago)
- Last Synced: 2024-10-18T20:48:43.406Z (over 1 year ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GR14 Merkle Claim NFT
- Update array of addresses in `app/data/addresses.json`
- On one terminal, setup hardhat/contracts:
```
cd hardhat
yarn install
yarn chain
```
- Open a new terminal and setup the App:
```
cd app
yarn install
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) to see the app