mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 07:14:05 -06:00
701 B
701 B
| title | tags |
|---|---|
| holochain" |
link: https://www.holochain.org/
Open source framework for creating p2p apps.
Possible downsides of peer to peer apps
- not great with synchronisation
- large app size
- requires wifi or cell coverage
Whitepaper
link: https://github.com/holochain/holochain-proto/blob/whitepaper/holochain.pdf
Hashing algorithms and public key encryption provided a frameork for distributed systems using hash-chains. There are two main uses of these: agent centric systems like git and data-centric systems like ethereum and bitcoin.
Holochain aims to fix scalability issues of blockchain by addressing the data-centric assumptions of the blockchain approach.