An open API service indexing awesome lists of open source software.

https://github.com/rohitscript/crowdfunding


https://github.com/rohitscript/crowdfunding

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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!