Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.