Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.03 KB

FundMe DApp is a decentralized fundraising application built with React for the front end and Hardhat for the smart contract on the Ethereum blockchain.

See it live at:

(https://react-fund-me-dapp.vercel.app/)

Features

  1. Decentralized Fundraising: Easily create and join transparent fundraising campaigns on the Ethereum blockchain.

  2. User-Friendly Interface: The React-based front end offers an intuitive and engaging experience for users.

  3. Smart Contract Security: Powered by Hardhat, the smart contract ensures robust and reliable functionality, providing a secure environment for fundraising activities.

Getting Started

  1. Clone the repository:
git clone https://github.com/your-username/fundme-dapp.git
  1. Install Dependencies:
cd fundme-dapp
npm install
  1. Run the Application:
npm start

Contributing

Contributions are welcome! Fork the repository, make changes, and submit a pull request. Follow the Contribution Guidelines.

License

This project is licensed under the MIT License.