From 1e9915465ae1078c791b6e2669befef64d2f923a Mon Sep 17 00:00:00 2001 From: marionrvrn Date: Tue, 9 Jul 2024 14:35:34 +0000 Subject: [PATCH] Update src/pages/builders/holochain.md --- src/pages/builders/holochain.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/builders/holochain.md b/src/pages/builders/holochain.md index 238460c..80f0787 100644 --- a/src/pages/builders/holochain.md +++ b/src/pages/builders/holochain.md @@ -1,9 +1,11 @@ -# **An end-to-end open source P2P app framework** - -[Holochain](https://www.holochain.org) is a framework for developing and running decentralized applications (dApps) designed to be scalable, efficient and adaptable, featuring a peer-to-peer content distribution protocol, cryptography and hash tables. Unlike traditional blockchain architectures, Holochain uses a distributed hash table (DHT) to enable peer-to-peer communication and data storage, offering greater flexibility and performance for decentralized applications. It addresses effectively scalability challenges and is highly environmentally friendly. +# **Holochain** ![](/src/assets/images/holochain.png) +### **An end-to-end open source P2P app framework** + +[Holochain](https://www.holochain.org) is a framework for developing and running decentralized applications (dApps) designed to be scalable, efficient and adaptable, featuring a peer-to-peer content distribution protocol, cryptography and hash tables. Unlike traditional blockchain architectures, Holochain uses a distributed hash table (DHT) to enable peer-to-peer communication and data storage, offering greater flexibility and performance for decentralized applications. It addresses effectively scalability challenges and is highly environmentally friendly. + A significant change enabling Holochain's innovation is its shift from a data-dependent blockchain to an agent-centric system. Unlike blockchain's need for global consensus, Holochain employs an agent system where each agent maintains a private fork, managed on the blockchain in a limited manner using a distributed hash table. This approach eliminates the scalability issues common to blockchain solutions, allowing decentralized applications (dApps) on Holochain to achieve more with fewer resources. ![](/src/assets/images/holochain2.png)