Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aquatiko/crowd-funding-contract
A crowdfunding smart contract where people can contribute Ether to a project, and the funds are released to the project owner only if a funding goal is met within a certain deadline. If the funding goal is not met, the donated ethers are reverted to donors.
https://github.com/aquatiko/crowd-funding-contract
Last synced: about 1 month ago
JSON representation
A crowdfunding smart contract where people can contribute Ether to a project, and the funds are released to the project owner only if a funding goal is met within a certain deadline. If the funding goal is not met, the donated ethers are reverted to donors.
- Host: GitHub
- URL: https://github.com/aquatiko/crowd-funding-contract
- Owner: aquatiko
- Created: 2023-10-17T05:41:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T05:43:27.000Z (about 1 year ago)
- Last Synced: 2023-10-17T12:27:42.939Z (about 1 year ago)
- Language: Solidity
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crowd-funding-contract
A crowdfunding smart contract where people can contribute Ether to a project, and the funds are released to the project owner only if a funding goal is met within a certain deadline. If the funding goal is not met, the donated ethers are reverted to donors.