https://github.com/rohitscript/crowdfunding
https://github.com/rohitscript/crowdfunding
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohitscript/crowdfunding
- Owner: rohitscript
- Created: 2023-05-11T02:43:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T02:44:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T22:33:45.389Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://crowd-funding-wheat.vercel.app
- Size: 498 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!