Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the introduction/ documentation landing page & add more details on how the Intercloud works #63

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/build/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ ___
___
**A Decentralised Application, or dApp, usually consists of two main components:**

1. The consensus-driven business logic and representation of value using tokens - this is built with **Smart Contracts**.
2. The powerful stuff like web frontends, real-time 3D, rendering, model training - this is built with **Cloud Infrastructure**.
1. The consensus-driven business logic and representation of value using tokens - this is built with **Smart Contracts** on chain.
2. The other component includes web frontends, game-rendering, blockchain data caching and indexing, AI model training etc.

**CUDOS provides a one-stop-shop for both components:**

1. **CUDOS Network** is a Layer-1, CosmosSDK-based blockchain, with [CosmWasm](https://book.cosmwasm.com/) smart contracts written in [Rust](https://doc.rust-lang.org/book/).
2. **CUDOS Blockchain Compute ([CBC](https://compute.cudos.org/))** is a permissionless infrastructure for provisioning cloud resources from the Blockchain.
2. [CUDOS Intercloud](https://intercloud.cudos.org/) is a permissionless infrastructure for provisioning cloud resources from the Blockchain.

___

Expand Down
4 changes: 2 additions & 2 deletions docs/cudos-intercloud/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ id: getting-started

# Getting Started

The first thing you’ll need to do is get yourself a Keplr wallet. The guide on how to do so can be found [here](https://docs.cudos.org/docs/learn/concepts/wallets/keplr-create/).
Currently, CUDOS tokens are the accepted cryptocurrency on CUDOS Intercloud. Hence, to deploy Virtual Machines on the Intercloud you will need to install the Keplr wallet. The guide on how to do so can be found [here](https://docs.cudos.org/docs/learn/concepts/wallets/keplr-create/).

Once you’ve done that, you’ll need to fund your wallet with CUDOS tokens - here is another guide on how to get [them](https://docs.cudos.org/docs/governance/get-tokens/).
Once you have done Keplr wallet installed, you will need to fund your wallet with CUDOS tokens - here is the guide on how to get [CUDOS token](https://docs.cudos.org/docs/governance/get-tokens/).
4 changes: 3 additions & 1 deletion docs/cudos-intercloud/introduction/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ id: overview

This is the user guide for the preliminary release of CUDOS Intercloud, an innovative service that allows users to access computing resources permissionlessly in a Web3 environment.

CUDOS Intercloud is a globally distributed service where virtual machine infrastructure provided by cloud providers can be seamlessly deployed. CUDOS Intercloud is powered by the [CUDOS blockchain network](https://www.cudos.org/mainnet/).

This documentation focuses on the GUI side of the platform.
If you wish to interact with our platform through CLI or smart contract directly, please reach out to us in [Discord](https://discord.com/invite/t397SKqf4u).
If you wish to interact with our platform through CLI or smart contract directly, please reach out to us on [Discord](https://discord.com/invite/t397SKqf4u).