This is a fullstack application which facilitates crowd fuding in the ethereum blockchain.
- Frontend - React
- Blockchain - Hardhat , Solidity
To Start the Frontend
git clone https://github.com/HarigovindM-G/FundMe-Fullstack
cd fund-me-frontend
yarn install
yarn start
To spin up local ethereum development chain and to deploy the contracts
cd hardhat-simple-storage
yarn install
yarn hardhat node