https://github.com/seanmayer/crowd-funding-smart-contract
Blockchain - Crowd funding smart contract
https://github.com/seanmayer/crowd-funding-smart-contract
ethereum smart-contracts
Last synced: 3 months ago
JSON representation
Blockchain - Crowd funding smart contract
- Host: GitHub
- URL: https://github.com/seanmayer/crowd-funding-smart-contract
- Owner: seanmayer
- Created: 2021-11-17T06:40:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T06:30:06.000Z (over 3 years ago)
- Last Synced: 2025-01-16T03:49:50.517Z (4 months ago)
- Topics: ethereum, smart-contracts
- Language: Solidity
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crowd Funding Contract
- Admin starts campaign
- Admin has can set a sepcific monetary goal and deadline
- Contributors will be able tp send ETH to particpate
- Spending requests are required so that the admin can use the funds
- Contributors can vote on the spending request
- If more than 50% of Contributors voted for that request, then the admin will have permission to spedn the amount set in the spending request
- The power is moved from the campaign admin to those who donated the money
- Contributors can request a refund if monetary goal is not reached within the deadline