NFT marketplace allowing users to create and mint their own recipes as NFTs, vote on other users recipes, and win NFT rewards
Install dependencies in the top-level directory with npm install Install dependencies in the client directory with npm install
Create .env file with following variables
- PRIVATE_KEY=
- RINKEBY_URL=
Compile and deploy contracts using the deploy.js script npx hardhat run scripts/deploy.js
Run unit tests by running npx hardhat test
Run frontend using the following commands cd client, npm start