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, run
node app.js
- visit
localhost:3020
This is crafted by: