6 ms·
> centralised app stores Makes me wonder...are there blockchain-based app stores that could serve as a viable alternative?
by bvi 5y ago
> centralised app stores
Makes me wonder...are there blockchain-based app stores that could serve as a viable alternative?
- foepys 5y agoWhy would you need blockchain? For decades decentralized services worked without blockchain.
- edoceo 5y agoBut bLoCkChAiN!!
- dane-pgp 5y agoA blockchain allows developers to out-source the running of a globally-available append-only log. Such a log is useful for building something like Trillian: https://transparency.dev/#trillian https://transparency.dev/#trillian
- aaronfitz 5y agoI was very confused by this comment until I realized that this is a different project from the Trillian messenger.
- rakoo 5y agoOk but how does a globally-available append-only log help distribute applications ? The technology is probably interesting, but it doesn't help solve the problem at hand
- dane-pgp 5y agoIf you can securely distribute the hash of the binary, you can probably also distribute a set of URLs representing where the binary can be downloaded from. Bittorrent would fit well as a way of distributing the apps themselves, as that ecosystem already uses magnet links, and developers could quite cheaply run a node which acts as a seed of last resort.
- rakoo 5y agoBittorrent has everything you'd need for distributing apps: of course the distribution of binaries is there, but it also has storing of arbitrary information, even mutable (http://bittorrent.org/beps/bep_0044.html http://bittorrent.org/beps/bep_0044.html). This way once you have a version you can fetch further versions by periodically polling the hash that contains the latest version.
- ique 5y agoWhy did they stop working?
- grishka 5y agoBecause corporations have too much control over what goes onto people's devices.
- nonameiguess 5y agoNo need for a blockchain. Distributed software distribution has been around forever, whether it was handing out disks back in the day or streaming warez over BitTorrent now. The problem is trust. Blockchain enabled transaction processing where the parties to the transaction don't need to trust each other, as long as they are only transacting in goods stored on the blockchain. Once you get into the world of one party having to physically deliver something the other party will use, you're back to the problem of trust. So until all software runs on the blockchain, no, as long as you still need to install it onto your device, you need to be able to trust the delivery network. You certainly don't need a central authority for that. Normal desktop devices work perfectly fine with people relying on PGP signatures in common Linux distros or something like Chocolatey on Windows and Brew on Mac. But you don't need a blockchain, either, nor does it add any value.