|
|
|
|
|
by homogeneous
3654 days ago
|
|
> anti-theft vaulting Can you go into more details about this? > blind auctions Or this? How does the contract ensure that the winner of the auction receives what they have purchased? > crowdfunding In what respects beyond simply collecting funds? How does the contract judge that the terms of the funding are adhered to or ensure that the crowdfunders receive whatever it is they are entitled to as funders? > person-to-person gambling Any examples? In my post I gave the example of betting on a sports game but this requires a trusted 3rd party to officiate the outcome of the game. > currencies, exchanges These are vague descriptions and these things have already been done by bitcoin. I'm not trying to nitpick, but I'm looking for specific practical examples that demonstrates the potential utility of ethereum. |
|
But that still means that, for example, when I'm trying to implement a new variant on crowdfunding, I can write the whole backend in several pages of code and just publish it, instead of renting servers, administering databases, signing up with a payment provider and having to comply with its terms of service.
An example of a vault is this scheme: http://hackingdistributed.com/2016/02/26/how-to-implement-se...
...which some researchers proposed for Bitcoin, saying it'd be "easy" to implement with a hard fork adding a new opcode. I implemented the same scheme in a smart contract and it took 20 minutes.
Sports betting needs third-party data, but casino games don't.