Skip to content

Samped/brownie_fund_me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fund Me Contract This is a smart contract designed to facilitate crowdfunding campaigns on the EVM blockchain.

Overview The Fund Me contract allows users to create and contribute to fundraising campaigns using Ethereum's native cryptocurrency, Ether (ETH). It provides a secure and transparent way for individuals and organizations to raise funds for their projects, causes, or initiatives.

Features

Contribution: Anyone can contribute a fixed amount of funds to active campaigns using Ether.

Withdrawal: Campaign owners only can withdraw funds.

How It Works

Campaign Creation: Specify the funding goal, campaign duration, and description.

Deploy the Fund Me contract to the Ethereum blockchain.

Contribution: Users can send Ether to the campaign contract address.

Contributions are recorded and displayed on the campaign page.

Withdrawal: only the campaign owner can withdraw funds to their Ethereum address.

Releases

No releases published

Packages

No packages published