|
|
|
|
|
by dane-pgp
1455 days ago
|
|
1. Permissionless, censorship-resistant global money transfer 2. Smart contracts 3. Append-only logs synchronised between mutually distrusting parties 4. Decentralised identities 5. Microtransactions for online games and to replace web advertising |
|
2. Now, what's a valid use-case for a smart contract, and please explain how it functions if there's a bug in the contract?
3. Maybe. You'll need to provide a more concrete use-case. Also, you have the outside-world problem (you know the data hasn't been altered, but you don't necessarily know where it comes from).
4. All you need for decentralized identities is a public key. (Though if you want your identity to be long-lived, you'll have to also have a system of secure key rotation, and the most straightforward system is blockchain-ish in that it involves a signed append-only log. But it doesn't need a global trustless ledger.
5. See 1, except worse, because the transaction cost dwarf the actual payment.