- Metamask
- Ganache
- Truffle
- git clone https://github.com/3Rishabh3/Crowdfunding-DAap/
- cd Crowdfunding-DAap
- open ganache ui -> start a new project -> click on add project -> select truffle-config.js file -> save
- open web browser and configure ganache blockchain to metamask and import some accounts to do transactions.
- truffle compile
- truffle migrate or truffle migrate --reset
- cd frontend
- nvm use 14
- npm install
- npm start