37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
---
|
|
title: Welcome to the Project INCA Docs
|
|
description: Get started building your docs site with Starlight.
|
|
template: splash
|
|
hero:
|
|
tagline: Learn how to deploy INCA nodes to earn rewards!
|
|
image:
|
|
file: ../../assets/hero_host3.png
|
|
actions:
|
|
- text: Get Started
|
|
link: /start_here/getting_started/
|
|
icon: right-arrow
|
|
variant: primary
|
|
- text: Visit the website
|
|
link: https://internetcapacity.org/
|
|
icon: external
|
|
---
|
|
|
|
import { Card, CardGrid } from '@astrojs/starlight/components';
|
|
|
|
## Become a Cloud Service Provider
|
|
|
|
<CardGrid stagger>
|
|
<Card title="Learn about INCA" icon="open-book">
|
|
Read the [INCA Docs](/start_here/getting_started) to learn how to set up your INCA nodes and to know more about the ThreeFold ecosystem.
|
|
</Card>
|
|
<Card title="Get INCA Nodes" icon="laptop">
|
|
Get INCA nodes at the [official INCA website](https://internetcapacity.org/farming/) to provide compute, storage and network resources to the world.
|
|
</Card>
|
|
<Card title="Part of a Worldwide Grid" icon="sun">
|
|
Project INCA is the fourth version of the [ThreeFold Grid](https://threefold.io/) available in 60+ countries with thousands of nodes!
|
|
</Card>
|
|
<Card title="Earn INCA Rewards" icon="star">
|
|
When you deploy INCA nodes, you contribute to the growth of the ThreeFold Grid and earn INCA rewards!
|
|
</Card>
|
|
</CardGrid>
|