50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
|
---
|
||
|
import Features from '~/components/widgets/Features.astro';
|
||
|
---
|
||
|
|
||
|
<Features
|
||
|
id="features"
|
||
|
tagline="PURPOSE"
|
||
|
title="Layer 0 for DePIN"
|
||
|
subtitle="Project INCA aims to be a Layer 0 for the DePIN community. DePIN projects can run on our decentralized cloud infrastructure, gaining access to a sovereign, decentralized, and reliable storage, network, and compute layer."
|
||
|
items={[
|
||
|
{
|
||
|
title: 'Zero-OS',
|
||
|
description:
|
||
|
'Bare Metal Stateless Operating System: Lightweight, self-healing, adaptable, efficient, and compatible with almost all hardware.',
|
||
|
icon: 'tabler:brand-tailwind',
|
||
|
},
|
||
|
{
|
||
|
title: 'Web2/Web3 + AI Compatible',
|
||
|
description:
|
||
|
'Compatible with Web2, Web3 and AI: everything can run on our layer 0 infrastructure cloud.',
|
||
|
icon: 'tabler:components',
|
||
|
},
|
||
|
{
|
||
|
title: 'Mycelium Network',
|
||
|
description:
|
||
|
'End-to-end encrypted shortest path overlay network system, capable of connecting billions of nodes and compatible with the existing Internet. Routing decisions are based on proximity between peers.',
|
||
|
icon: 'tabler:bulb',
|
||
|
},
|
||
|
{
|
||
|
title: 'Quantum Safe Storage',
|
||
|
description:
|
||
|
'Quantum Safe Storage can store data with up to 10x less overhead, data can never be lost or corrupted.',
|
||
|
icon: 'tabler:rocket',
|
||
|
},
|
||
|
{
|
||
|
title: 'Open-Source and Community-Driven',
|
||
|
description:
|
||
|
"The grid is open-source and community-driven, with the community being an integral part of the ecosystem.",
|
||
|
icon: 'tabler:arrows-right-left',
|
||
|
},
|
||
|
{
|
||
|
title: 'Scalable Without limit',
|
||
|
description:
|
||
|
'The grid is scalable to the planetary level: from the edge to massive datacenter scale.',
|
||
|
icon: 'tabler:list-check',
|
||
|
},
|
||
|
|
||
|
]}
|
||
|
/>
|