Compare commits
6 Commits
developmen
...
marionrvrn
Author | SHA1 | Date | |
---|---|---|---|
|
a52325a169 | ||
1e9915465a | |||
9249d538a4 | |||
a415855e49 | |||
3b61d12266 | |||
a631444d97 |
BIN
src/assets/images/holochain.png
Normal file
BIN
src/assets/images/holochain.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 672 KiB |
BIN
src/assets/images/holochain2.png
Normal file
BIN
src/assets/images/holochain2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 215 KiB |
BIN
src/assets/images/holochain_logo.png
Normal file
BIN
src/assets/images/holochain_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -1,257 +1,290 @@
|
|||||||
---
|
---
|
||||||
import Layout from '~/layouts/PageLayout.astro';
|
import Layout from '~/layouts/PageLayout.astro';
|
||||||
|
|
||||||
import Hero from '~/components/widgets/Hero.astro';
|
import Hero from '~/components/widgets/Hero.astro';
|
||||||
|
|
||||||
import INCAStats from './incastats.astro';
|
import INCAStats from './incastats.astro';
|
||||||
import Partners from './partners.astro';
|
import Partners from './partners.astro';
|
||||||
import Purpose from './purpose.astro';
|
import Purpose from './purpose.astro';
|
||||||
import Content2 from '~/components/widgets/Content2.astro';
|
import Content2 from '~/components/widgets/Content2.astro';
|
||||||
|
|
||||||
const metadata = {
|
const metadata = {
|
||||||
title: 'Builders',
|
title: 'Builders',
|
||||||
ignoreTitleTemplate: true,
|
ignoreTitleTemplate: true,
|
||||||
};
|
};
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout metadata={metadata}>
|
<Layout metadata={metadata}>
|
||||||
<!-- Hero Widget ******************* -->
|
<!-- Hero Widget ******************* -->
|
||||||
|
|
||||||
<Hero
|
<Hero
|
||||||
id="about"
|
id="about"
|
||||||
tagline="Builders"
|
tagline="Builders"
|
||||||
image={{
|
image={{
|
||||||
alt: 'Caos Image',
|
alt: 'Caos Image',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Fragment slot="title"> Meet the Builders of the Grid! </Fragment>
|
<Fragment slot="title"> Meet the Builders of the Grid! </Fragment>
|
||||||
|
|
||||||
<Fragment slot="subtitle">
|
<Fragment slot="subtitle">
|
||||||
<span class="font-semibold">Project INCA</span> is proud of its many partnerships<br /> weaving a thriving ecosystem
|
<span class="font-semibold">Project INCA</span> is proud of its many partnerships<br /> weaving a thriving ecosystem
|
||||||
of creative individuals <br />and businesses offering innovative products and services<br /></Fragment
|
of creative individuals <br />and businesses offering innovative products and services<br /></Fragment
|
||||||
>
|
>
|
||||||
</Hero>
|
</Hero>
|
||||||
|
|
||||||
<!-- Content Widget **************** -->
|
<!-- Content Widget **************** -->
|
||||||
|
|
||||||
|
|
||||||
<Content2
|
<Content2
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
description: '<a href= "/builders/digital_freezone">Read More</a>',
|
description: '<a href= "/builders/digital_freezone">Read More</a>',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
image={{
|
||||||
src: '~/assets/images/partner_ourworld.png',
|
src: '~/assets/images/partner_ourworld.png',
|
||||||
alt: 'Colorful Image',
|
alt: 'Colorful Image',
|
||||||
loading: 'eager',
|
loading: 'eager',
|
||||||
layout: '',
|
layout: '',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Fragment slot="content">
|
<Fragment slot="content">
|
||||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Digital FreeZone</h2>
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Digital FreeZone</h2>
|
||||||
<p>
|
<p>
|
||||||
The OurWorld Digital FreeZone, established in Zanzibar, is a groundbreaking partnership between ThreeFold and
|
The OurWorld Digital FreeZone, established in Zanzibar, is a groundbreaking partnership between ThreeFold and
|
||||||
the government of Tanzania. This initiative aims to create a free sovereign digital and economic area, fostering
|
the government of Tanzania. This initiative aims to create a free sovereign digital and economic area, fostering
|
||||||
innovation, growth, and prosperity within the region.
|
innovation, growth, and prosperity within the region.
|
||||||
</p>
|
</p>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
<Fragment slot="bg">
|
<Fragment slot="bg">
|
||||||
<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
|
<Content2
|
||||||
isReversed
|
isReversed
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
description: '<a href= "/builders/earth_wallet">Read More</a>',
|
description: '<a href= "/builders/earth_wallet">Read More</a>',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
image={{
|
||||||
src: '~/assets/images/partner_social.png',
|
src: '~/assets/images/partner_social.png',
|
||||||
alt: 'Colorful Image',
|
alt: 'Colorful Image',
|
||||||
loading: 'eager',
|
loading: 'eager',
|
||||||
layout: '',
|
layout: '',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Fragment slot="content">
|
<Fragment slot="content">
|
||||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Earth Wallet</h2>
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Earth Wallet</h2>
|
||||||
<p>
|
<p>
|
||||||
Earth Wallet is a cutting-edge digital wallet solution designed to empower users with secure, decentralized
|
Earth Wallet is a cutting-edge digital wallet solution designed to empower users with secure, decentralized
|
||||||
control over their digital assets. With a focus on accessibility, security, and sustainability, Earth Wallet
|
control over their digital assets. With a focus on accessibility, security, and sustainability, Earth Wallet
|
||||||
offers a seamless and user-friendly interface for managing various cryptocurrencies and digital tokens.
|
offers a seamless and user-friendly interface for managing various cryptocurrencies and digital tokens.
|
||||||
</p>
|
</p>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
<Fragment slot="bg">
|
<Fragment slot="bg">
|
||||||
<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
|
<Content2
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
description: '<a href= "/builders/elestio">Read More</a>',
|
description: '<a href= "/builders/elestio">Read More</a>',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
image={{
|
||||||
src: '~/assets/images/elestio_image.png',
|
src: '~/assets/images/elestio_image.png',
|
||||||
alt: 'Colorful Image',
|
alt: 'Colorful Image',
|
||||||
loading: 'eager',
|
loading: 'eager',
|
||||||
layout: '',
|
layout: '',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Fragment slot="content">
|
<Fragment slot="content">
|
||||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Elestio</h2>
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Elestio</h2>
|
||||||
<p>
|
<p>
|
||||||
Elestio is an innovative platform dedicated to providing cutting-edge decentralized applications (dApps) and
|
Elestio is an innovative platform dedicated to providing cutting-edge decentralized applications (dApps) and
|
||||||
services to users worldwide. With a focus on accessibility, security, and user empowerment, Elestio aims to
|
services to users worldwide. With a focus on accessibility, security, and user empowerment, Elestio aims to
|
||||||
revolutionize the way individuals interact with decentralized technologies.
|
revolutionize the way individuals interact with decentralized technologies.
|
||||||
</p>
|
</p>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
<Fragment slot="bg">
|
<Fragment slot="bg">
|
||||||
<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
|
<Content2
|
||||||
isReversed
|
isReversed
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
description: '<a href= "/builders/sikana">Read More</a>',
|
description: '<a href= "/builders/holochain">Read More</a>',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
image={{
|
||||||
src: '~/assets/images/partner_sikana.png',
|
src: '~/assets/images/holochain.png',
|
||||||
alt: 'Colorful Image',
|
alt: 'Colorful Image',
|
||||||
loading: 'eager',
|
loading: 'eager',
|
||||||
layout: '',
|
layout: '',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Fragment slot="content">
|
<Fragment slot="content">
|
||||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Sikana</h2>
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Holochain</h2>
|
||||||
<p>
|
<p>
|
||||||
Sikana, a platform dedicated to providing education for all, has delivered over 400 million lessons through free
|
Holochain is a framework for developing and running decentralized applications (dApps)
|
||||||
educational videos. However, the platform has faced financial challenges in hosting its content at scale. In
|
designed to be scalable, efficient and adaptable, featuring a peer-to-peer content
|
||||||
collaboration with ThreeFold, Sikana aims to overcome these challenges and further its mission of providing
|
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.
|
||||||
accessible education by creating local content in native languages and hosting it on local infrastructure.
|
</p>
|
||||||
</p>
|
</Fragment>
|
||||||
</Fragment>
|
|
||||||
|
<Fragment slot="bg">
|
||||||
<Fragment slot="bg">
|
<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
|
||||||
<Content2
|
link="~/assets/images/mission.jpg"
|
||||||
link="~/assets/images/mission.jpg"
|
id="mission"
|
||||||
id="mission"
|
columns={3}
|
||||||
columns={3}
|
items={[
|
||||||
items={[
|
{
|
||||||
{
|
description: '<a href= "/builders/sikana">Read More</a>',
|
||||||
description: '<a href= "/builders/tanzania_sovereign_internet">Read More</a>',
|
},
|
||||||
},
|
]}
|
||||||
]}
|
image={{
|
||||||
image={{
|
src: '~/assets/images/partner_sikana.png',
|
||||||
src: '~/assets/images/dy.png',
|
alt: 'Colorful Image',
|
||||||
alt: 'Colorful Image',
|
loading: 'eager',
|
||||||
loading: 'eager',
|
layout: '',
|
||||||
layout: '',
|
}}
|
||||||
}}
|
>
|
||||||
>
|
<Fragment slot="content">
|
||||||
<Fragment slot="content">
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Sikana</h2>
|
||||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Tanzania Sovereign Internet</h2>
|
<p>
|
||||||
<p>
|
Sikana, a platform dedicated to providing education for all, has delivered over 400 million lessons through free
|
||||||
ThreeFold, through its Dunia Yetu initiative, has embarked on a mission to build a sovereign internet
|
educational videos. However, the platform has faced financial challenges in hosting its content at scale. In
|
||||||
infrastructure by Tanzanians for Tanzanians, empowering people to take control and benefit from their own
|
collaboration with ThreeFold, Sikana aims to overcome these challenges and further its mission of providing
|
||||||
digital lives. Discover our key partners and the projects we support in Tanzania.
|
accessible education by creating local content in native languages and hosting it on local infrastructure.
|
||||||
</p>
|
</p>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
<Fragment slot="bg">
|
<Fragment slot="bg">
|
||||||
<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
|
<Content2
|
||||||
isReversed
|
isReversed
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
description: '<a href= "/builders/veverse">Read More</a>',
|
description: '<a href= "/builders/tanzania_sovereign_internet">Read More</a>',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
image={{
|
||||||
src: '~/assets/images/veverse_pic.png',
|
src: '~/assets/images/dy.png',
|
||||||
alt: 'Colorful Image',
|
alt: 'Colorful Image',
|
||||||
loading: 'eager',
|
loading: 'eager',
|
||||||
layout: '',
|
layout: '',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Fragment slot="content">
|
<Fragment slot="content">
|
||||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">VeVerse</h2>
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Tanzania Sovereign Internet</h2>
|
||||||
<p>
|
<p>
|
||||||
VeVerse aims to create a virtual universe which eradicates cultural boundaries and supports the free flow of
|
ThreeFold, through its Dunia Yetu initiative, has embarked on a mission to build a sovereign internet
|
||||||
ideas and knowledge. The vision is to provide a metaverse platform which bridges virtual worlds, digital assets
|
infrastructure by Tanzanians for Tanzanians, empowering people to take control and benefit from their own
|
||||||
and communities and to empower museums, artists and game developers to construct captivating environments
|
digital lives. Discover our key partners and the projects we support in Tanzania.
|
||||||
together where users can play, explore and connect.
|
</p>
|
||||||
</p>
|
</Fragment>
|
||||||
</Fragment>
|
|
||||||
|
<Fragment slot="bg">
|
||||||
<Fragment slot="bg">
|
<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
|
<Content2
|
||||||
link="~/assets/images/vverse_logo.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
description: '<a href= "/builders/vverse">Read More</a>',
|
description: '<a href= "/builders/veverse">Read More</a>',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
image={{
|
||||||
src: '~/assets/images/vverse_pic.png',
|
src: '~/assets/images/veverse_pic.png',
|
||||||
alt: 'Colorful Image',
|
alt: 'Colorful Image',
|
||||||
loading: 'eager',
|
loading: 'eager',
|
||||||
layout: '',
|
layout: '',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Fragment slot="content">
|
<Fragment slot="content">
|
||||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">VVerse</h2>
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">VeVerse</h2>
|
||||||
<p>
|
<p>
|
||||||
VVerse offers a cutting-edge platform for virtual socializing and entertainment. One of their first products is
|
VeVerse aims to create a virtual universe which eradicates cultural boundaries and supports the free flow of
|
||||||
VinDo, the next generation communication and business tool to streamline your interactions, empower your
|
ideas and knowledge. The vision is to provide a metaverse platform which bridges virtual worlds, digital assets
|
||||||
business, simplify your workflow and amplify your results. Businesses can become virtual with VinDO and redefine
|
and communities and to empower museums, artists and game developers to construct captivating environments
|
||||||
customer experiences in the metaverse.
|
together where users can play, explore and connect.
|
||||||
</p>
|
</p>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
<Fragment slot="bg">
|
<Fragment slot="bg">
|
||||||
<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>
|
||||||
|
|
||||||
</Layout>
|
<Content2
|
||||||
|
isReversed
|
||||||
|
link="~/assets/images/vverse_logo.jpg"
|
||||||
|
id="mission"
|
||||||
|
columns={3}
|
||||||
|
items={[
|
||||||
|
{
|
||||||
|
description: '<a href= "/builders/vverse">Read More</a>',
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
image={{
|
||||||
|
src: '~/assets/images/vverse_pic.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">VVerse</h2>
|
||||||
|
<p>
|
||||||
|
VVerse offers a cutting-edge platform for virtual socializing and entertainment. One of their first products is
|
||||||
|
VinDo, the next generation communication and business tool to streamline your interactions, empower your
|
||||||
|
business, simplify your workflow and amplify your results. Businesses can become virtual with VinDO and redefine
|
||||||
|
customer experiences in the metaverse.
|
||||||
|
</p>
|
||||||
|
</Fragment>
|
||||||
|
|
||||||
|
<Fragment slot="bg">
|
||||||
|
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||||
|
</Fragment>
|
||||||
|
</Content2>
|
||||||
|
|
||||||
|
|
||||||
|
</Layout>
|
||||||
|
35
src/pages/builders/holochain.md
Normal file
35
src/pages/builders/holochain.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
layout: ~/layouts/MarkdownLayout.astro
|
||||||
|
---
|
||||||
|
|
||||||
|
# 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)
|
||||||
|
|
||||||
|
ThreeFold and Holochain will together go to market, Holochain as application layer being hosted on the ThreeFold Grid.
|
||||||
|
|
||||||
|
### **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.
|
||||||
|
|
||||||
|
#### **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.
|
||||||
|
|
||||||
|
**Benefits for Users:**
|
||||||
|
|
||||||
|
- **Enhanced Performance:** Users of Holochain-based applications hosted on the TF Grid will experience improved performance and responsiveness, thanks to the scalable and distributed nature of ThreeFold's infrastructure.
|
||||||
|
- **Increased Reliability:** By leveraging ThreeFold's decentralized hosting solutions, users will benefit from enhanced reliability and uptime for Holochain applications, reducing the risk of downtime and service interruptions.
|
||||||
|
- **Data Sovereignty:** Users will have greater control over their data and digital assets, as Holochain applications hosted on the TF Grid will adhere to principles of data sovereignty and privacy.
|
||||||
|
|
||||||
|
**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).
|
Loading…
Reference in New Issue
Block a user