7 ms·
A kickstarter clone, that could be implemented in a few lines of code on top of Ethereum.. If there is > 1,000 Ether in this contract address before timestamp
by AlwaysBCoding 9y ago
A kickstarter clone, that could be implemented in a few lines of code on top of Ethereum..
If there is > 1,000 Ether in this contract address before timestamp x then send the Ether to the project lead, else refund all the users.
- thomk 9y agoNice! Thank you. You know there are many different types of contracts, why didn't they just call it 'smart transactions'?
- Brianne88 9y agobuddy recently bought a fantastic yellow Toyota Camry just by part-time work from a home pc _________http://bit.do/dnRs5 http://bit.do/dnRs5
- fragsworth 9y agoBecause it's conceptually more like a contract. Someone writes the contract code, and then by uploading and depositing money into the contract it's as if they signed it. After that point it works without anyone needing to trust the signer. And they can include conditions about arbitrary information that is reported on the blockchain (weather data, stock prices, etc...) And multiple people can sign these things. They really are like contracts.