EtherFund is a decentralized crowdfunding platform built on Ethereum, allowing users to raise funds for open-source projects, charities, and startups. It ensures transparency and trust through smart contracts.
- Trustless Donations: Funds are securely stored in smart contracts.
- Transparency: All transactions are visible on the blockchain.
- Web3 Integration: Users can connect their wallets to donate or withdraw funds.
- Decentralized: No intermediaries; direct peer-to-peer funding.
[Coming Soon]
- Frontend: React, Next.js, Tailwind CSS
- Smart Contracts: Solidity, Hardhat
- Blockchain: Ethereum
- Wallet Integration: MetaMask, Web3.js / Ethers.js
The EtherFund smart contract manages donations and fund withdrawals securely.
- Create Fundraisers: Users can launch their campaigns with a goal amount.
- Accept Donations: Anyone can contribute via Ethereum.
- Withdraw Funds: Only the fundraiser owner can withdraw after meeting conditions.
- Clone the repository:
git clone https://github.com/yourusername/EtherFund.git cd EtherFund