Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The vision of the NFT-Minter Project is to create a collaborative, beginner-frie
- Solidity - For writing the smartcontract
- HardHat - for compiling and deploying the smartcontract
- ThirdWeb - For building integeration function
- RainbowKit - For Wallet Connection

---
## Project Setup Guide:
Expand All @@ -45,6 +46,7 @@ The vision of the NFT-Minter Project is to create a collaborative, beginner-frie

REACT_APP_PINATA_JWT=""
REACT_APP_PINATA_GATEWAY=""
REACT_APP_RAINBOW_WALLET_PROJECT_ID=""
```

***Note: You need to fill in the values for the empty environment variables yourself in order to successfully run this project locally on your system.***
Expand Down
Loading