Skip to content

jordang7/CookTogether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CookTogether (Chainshot Final Project)

NFT marketplace allowing users to create and mint their own recipes as NFTs, vote on other users recipes, and win NFT rewards

Setup

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

About

NFT marketplace allowing users to create and mint their own recipes as NFTs, vote on other users recipes, and win NFT rewards

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors