Compare commits
2 Commits
marionrvrn
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
f7b40f5b4c | |||
64c883dd5c |
@@ -129,37 +129,6 @@ const metadata = {
|
|||||||
|
|
||||||
<Content2
|
<Content2
|
||||||
isReversed
|
isReversed
|
||||||
link="~/assets/images/mission.jpg"
|
|
||||||
id="mission"
|
|
||||||
columns={3}
|
|
||||||
items={[
|
|
||||||
{
|
|
||||||
description: '<a href= "/builders/holochain">Read More</a>',
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
image={{
|
|
||||||
src: '~/assets/images/holochain.png',
|
|
||||||
alt: 'Colorful Image',
|
|
||||||
loading: 'eager',
|
|
||||||
layout: '',
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<Fragment slot="content">
|
|
||||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Holochain</h2>
|
|
||||||
<p>
|
|
||||||
Holochain 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. The goal of Holochain is to serve as a bridge between the broader internet and apps built using Holochain.
|
|
||||||
</p>
|
|
||||||
</Fragment>
|
|
||||||
|
|
||||||
<Fragment slot="bg">
|
|
||||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
|
||||||
</Fragment>
|
|
||||||
</Content2>
|
|
||||||
|
|
||||||
|
|
||||||
<Content2
|
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
@@ -192,7 +161,6 @@ const metadata = {
|
|||||||
|
|
||||||
|
|
||||||
<Content2
|
<Content2
|
||||||
isReversed
|
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
@@ -224,6 +192,7 @@ const metadata = {
|
|||||||
|
|
||||||
|
|
||||||
<Content2
|
<Content2
|
||||||
|
isReversed
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
@@ -255,7 +224,6 @@ const metadata = {
|
|||||||
</Content2>
|
</Content2>
|
||||||
|
|
||||||
<Content2
|
<Content2
|
||||||
isReversed
|
|
||||||
link="~/assets/images/vverse_logo.jpg"
|
link="~/assets/images/vverse_logo.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
@@ -285,6 +253,37 @@ const metadata = {
|
|||||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
</Content2>
|
</Content2>
|
||||||
|
|
||||||
|
<Content2
|
||||||
|
isReversed
|
||||||
|
link="~/assets/images/mission.jpg"
|
||||||
|
id="mission"
|
||||||
|
columns={3}
|
||||||
|
items={[
|
||||||
|
{
|
||||||
|
description: '<a href= "/builders/holochain">Read More</a>',
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
image={{
|
||||||
|
src: '~/assets/images/holochain_logo.png',
|
||||||
|
alt: 'Colorful Image',
|
||||||
|
loading: 'eager',
|
||||||
|
layout: '',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Fragment slot="content">
|
||||||
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Holochain</h2>
|
||||||
|
<p>
|
||||||
|
Holochain 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.
|
||||||
|
</p>
|
||||||
|
</Fragment>
|
||||||
|
|
||||||
|
<Fragment slot="bg">
|
||||||
|
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||||
|
</Fragment>
|
||||||
|
</Content2>
|
||||||
|
|
||||||
|
|
||||||
</Layout>
|
</Layout>
|
||||||
|
@@ -6,7 +6,7 @@ layout: ~/layouts/MarkdownLayout.astro
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### **An end-to-end open source P2P app framework**
|
### 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](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.
|
||||||
|
|
||||||
@@ -16,11 +16,11 @@ A significant change enabling Holochain's innovation is its shift from a data-de
|
|||||||
|
|
||||||
ThreeFold and Holochain will together go to market, Holochain as application layer being hosted on the ThreeFold Grid.
|
ThreeFold and Holochain will together go to market, Holochain as application layer being hosted on the ThreeFold Grid.
|
||||||
|
|
||||||
### **Partnership with ThreeFold**
|
### Partnership with ThreeFold
|
||||||
|
|
||||||
The partnership between ThreeFold and Holochain merges decentralized infrastructure with advanced application development frameworks. By combining the strengths of both platforms, this collaboration seeks to drive innovation and expedite the adoption of decentralized technologies.
|
The partnership between ThreeFold and Holochain merges decentralized infrastructure with advanced application development frameworks. By combining the strengths of both platforms, this collaboration seeks to drive innovation and expedite the adoption of decentralized technologies.
|
||||||
|
|
||||||
#### **How the Partnership Works**
|
#### How the Partnership Works
|
||||||
|
|
||||||
**Integration of Services:** ThreeFold's TF Grid will integrate with Holochain's framework, providing decentralized hosting and storage solutions for Holochain-based applications. This integration will enable developers to deploy their dApps on a scalable and resilient infrastructure, enhancing performance and reliability for end-users.
|
**Integration of Services:** ThreeFold's TF Grid will integrate with Holochain's framework, providing decentralized hosting and storage solutions for Holochain-based applications. This integration will enable developers to deploy their dApps on a scalable and resilient infrastructure, enhancing performance and reliability for end-users.
|
||||||
|
|
||||||
@@ -32,4 +32,4 @@ The partnership between ThreeFold and Holochain merges decentralized infrastruct
|
|||||||
|
|
||||||
**Conclusion:** The partnership between ThreeFold and Holochain represents a strategic alignment of decentralized infrastructure and application development frameworks, aimed at empowering developers and users to build and deploy scalable, efficient, and resilient decentralized applications. By leveraging each other's strengths and capabilities, the partnership holds the promise of driving innovation and accelerating the adoption of decentralized technologies across various industries and use cases.
|
**Conclusion:** The partnership between ThreeFold and Holochain represents a strategic alignment of decentralized infrastructure and application development frameworks, aimed at empowering developers and users to build and deploy scalable, efficient, and resilient decentralized applications. By leveraging each other's strengths and capabilities, the partnership holds the promise of driving innovation and accelerating the adoption of decentralized technologies across various industries and use cases.
|
||||||
|
|
||||||
For more information about Holochain, visit [Holochain](https://holochain.org).
|
For more information about Holochain, visit [Holochain](holochain.org).
|
Reference in New Issue
Block a user