- Clone the repo.
- npm install
- npm run dev
- Javascript
- NextJs
- Etherium ( solidity )
https://kickstarter-money-tracker.now.sh/ (please install metamask connected to the rinkeby network for transactions)
The project aims at fixing the problem lf the campaign scams that are done on kickstarter.com. Nomrally the campaign leader has complete access to all the fundings and hence can misuse them. This project fixes this using following steps:
- A person creates a campaign.
- People can come and contribute to the campaign.
- The creator can then create requests which will contain details about the way he/she wants to utilize the money.
- If >50% contributors agree to the request, the askked money is granted from the collected fund.