CrypDonor
Decentralized and Secure donation of cryptocurrency during natural disaster.
Donate crypotcurrency with ease!
This is a fun project I was a part of along with Medha Pandey and Dilu Panda at iHack, IIT Bombay’s Biggest hackathon.
CrypDonor is a DApp made for direct transactions from the donor to the needy eliminating the third party involved in-between. It uses a reccomendation algorithm to suggest the needy persons to the donor.
To run the App, you must have node js and it’s packages installed in your machine:
- Clone the repo.
- Open a terminal and go the repo.
- Install packages by running the command
npm install
- Install metamask chrome/firefox extension and create a profile. you must have non-zero amount of ethereum in your account.
- Open another terminal and run
testrpc
to start the app, runnode app.js
- Visit
localhost:3020
Entire project with the Solidity file can be found here