From fe034575476cacf976a0e19aab2d49796431759e Mon Sep 17 00:00:00 2001 From: Aishat Adenike Akinyemi Date: Wed, 17 Jan 2024 14:08:25 +0000 Subject: [PATCH 1/2] update the introduction page to reflect Cudos Intercloud fix some definitions --- docs/build/intro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/build/intro.md b/docs/build/intro.md index be036de..87d79a3 100644 --- a/docs/build/intro.md +++ b/docs/build/intro.md @@ -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. ___ From 71d8c159faef2a80ab0f8df6dc1954dae161244d Mon Sep 17 00:00:00 2001 From: Aishat Adenike Akinyemi Date: Wed, 17 Jan 2024 15:44:45 +0000 Subject: [PATCH 2/2] add more details on how the Intercloud works: tokens and make the writing more formal --- docs/cudos-intercloud/introduction/getting-started.md | 4 ++-- docs/cudos-intercloud/introduction/overview.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/cudos-intercloud/introduction/getting-started.md b/docs/cudos-intercloud/introduction/getting-started.md index 55c8a39..2e07104 100644 --- a/docs/cudos-intercloud/introduction/getting-started.md +++ b/docs/cudos-intercloud/introduction/getting-started.md @@ -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/). diff --git a/docs/cudos-intercloud/introduction/overview.md b/docs/cudos-intercloud/introduction/overview.md index d787bdc..b2aa41b 100644 --- a/docs/cudos-intercloud/introduction/overview.md +++ b/docs/cudos-intercloud/introduction/overview.md @@ -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). \ No newline at end of file +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). \ No newline at end of file