Live Link >>Click here<<
You can interact with this project via the link provided above.
Follow the steps below to download, install, and run this project on your local machine.
Install these prerequisites to follow along with the tutorial. See free video tutorial or a full explanation of each prerequisite.
- NPM: https://nodejs.org
- Hardhat: https://hardhat.org/
- EthersJs: https://ethers.org/
- Tailwind CSS: https://tailwindcss.com/
git clone https://github.com/LamsyA/Crowd_funding-Dapp.git <PROJECT NAME>
$ cd <PROJECT NAME>
$ yarn install # or npm install
Open the terminal and run the command below.
$ yarn hardhat node
$ yarn start
Visit this URL in your browser: http://localhost:3000
This Project allow funds to be created and backed by anyone.
- For project to be created you need to supply the Title of the project, Detailed description about the project, Date of Expiration of the project, Image of the project and the amount of funds you want to raise.
- Only the creator of a project can Edit and delete a project. Note You can not edit the amount of funds to be raised once the project has been submited to the blockchain.