- Create new campaigns
- Support existing campaigns by funding ether (ETH)
- Minimalistic UI
- Mobile responsive
Note: Currently only deployed on sepolia and goerli ethereum test networks
-
Clone the repository
$ git clone https://github.com/oggy107/crowd-surge.git
-
Install Dependencies
$ cd crowd-surge $ cd client $ yarn
-
Run the development server
$ yarn dev
-
If you need to develop smart contract install dependencies in
web3
subfolder$ cd web3 $ yarn