Skip to content

rohitscript/CrowdFunding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Build and Deploy a Web3 Crowdfunding Platform

Create .env file in web3 folder and paste your private key PRIVATE_KEY=

cd web3/

npm i

For testing

npx hardhat node

After deploying contract paste contract address of deployed contract ```src/context/index.jsx`` in line no. 10.

cd client/

npm i

npm run dev

Happy Learning!