A simple DAPP where users can choose to donate crypto funds for various good causes.
- Major languages: HTML, CSS, Javascript, Solidity
- Frameworks: Bootstrap3, JQuery
- Technologies used: Truffle
To get a local copy up and running follow these simple example steps.
- Installed Metamask extention in your browser
- Installed Truffle
npm install -g truffle
- Installed Ganache
git clone <this-repo>
npm install
#Complie the Contracts (Optional since the next command will still compile)
truffle compile
NOTE: Ensure you have your localhost blockchain on ganache running at this point
#Complie, Migrate and Deploy the contracts on the localhost blockchain
truffle migrate
#Serve the frontend
npm run dev
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.