Skip to content

Donate Dapp is a user-friendly platform that allows individuals to make charitable contributions securely and transparently using blockchain technology. It empowers users to donate to various causes and track their contributions with ease.

Notifications You must be signed in to change notification settings

tusharnagar17/donate-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Donate Dapp

Donate Dapp is a user-friendly platform that allows individuals to make charitable contributions securely and transparently using blockchain technology. It empowers users to donate to various causes and track their contributions with ease.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

Built With

  • React - used to write frontend code
  • Tailwind - used to style the frontend
  • Ethers V6 - used to interact with app on chain
  • Hardhat - used to write contract

(back to top)

Technical Aspect / Features

  • Smart Contracts: Handle donations, manage campaign funds, and ensure transparency and security.
  • Blockchain Integration: Ensure all transactions are recorded on the blockchain for transparency.
  • Wallet Integration: Support popular digital wallets for seamless transactions.

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Install and deploy you smart contract

  1. git clone this repo
git clone https://github.com/tusharnagar17/donate-dapp.git
  1. deploy smart contract
cd hardhat
npm install
npx hardhat compile
  1. add these credentails in you .env
  • Get RPC url from Infura, Alchemy
  • Get private key from Metamask
RPC_URL=""
PRIVATE_KEY=""
  1. Deploy you contract on RPC url
npx hardhat ignition ignition/modules/Donate.js
  1. You will get Contract Address or you can get it from etherscan.

Get you frontend ready

  1. First go to your client directory
cd client
npm install
  1. Paste the contract Address in .env file
VITE_CONTRACT_ADDRESS=""
  1. Now you can run and test you project at http://localhost:5173/
npm run dev

Roadmap

  • Add Changelog
  • Add back to top links
  • Add Additional Templates w/ Examples
  • Add "components" document to easily copy & paste sections of the readme
  • Multi-language Support
    • Chinese
    • Spanish

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Tushar Nagar - @tusharnagar_17 -

Project Link: https://github.com/tusharnagar17/donate-dapp

(back to top)

(back to top)

About

Donate Dapp is a user-friendly platform that allows individuals to make charitable contributions securely and transparently using blockchain technology. It empowers users to donate to various causes and track their contributions with ease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published