Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 448 Bytes

File metadata and controls

20 lines (12 loc) · 448 Bytes

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!