diff --git a/src/cloud/access.md b/src/cloud/access.md index 3dc9a8d..7cbc3ad 100644 --- a/src/cloud/access.md +++ b/src/cloud/access.md @@ -8,7 +8,7 @@ In order to test our cloud, you will first need an airdrop of testnet tokens. He - Follow [Gheorghe](https://www.linkedin.com/in/ghe0/) on Linkedin. Gheorghe loves attention so this will get you extra points. - Follow [Valy](https://www.linkedin.com/in/valentyn-faychuk-589674204/) on Linkedin. - Post about DeTEE on social media. -- Post a review of the the [hacker-challenge](https://gitea.detee.cloud/general/hacker-challenge/) +- Post a review of the [hacker-challenge](https://gitea.detee.cloud/general/hacker-challenge/) - Be active in the community and provide feedback to help us improve our service - Report bugs - Help us improve documentation diff --git a/src/cloud/cli.md b/src/cloud/cli.md index 79e3e3e..3eb3f9e 100644 --- a/src/cloud/cli.md +++ b/src/cloud/cli.md @@ -37,7 +37,7 @@ Account Balance: 980.16022 DeTEE Tokens available, 0 Tokens locked SNP admin secret key path: /home/ghe0/.detee/cli/secret_detee_wallet_key ``` -And give it to us on Discord so that we can give you your airdrop (assuming you have follow [the tutorial](./access.md)). +And give it to us on Discord so that we can give you your airdrop (assuming you have followed [the tutorial](./access.md)). ### Deploy a VM diff --git a/src/cloud/components.md b/src/cloud/components.md index 890d480..2eb3214 100644 --- a/src/cloud/components.md +++ b/src/cloud/components.md @@ -16,7 +16,7 @@ DeTEE is built of multiple components that are already under development, as fol - [x] allows payment model based on reservation of hardware - **(AMD) SNP Daemon**: Software that powers the SNP node, allowing customers to run VMs - - [x] allows you to run VMs based using ArchLinux, Ubuntu and Fedora as a base + - [x] allows you to run VMs using ArchLinux, Ubuntu and Fedora as a base - [x] allows you to expose ports on the public IP of the node - [x] allows dedicated public IPv4 and public IPv6 addresses for the VMs - [x] allows payment model based on reservation of hardware @@ -25,7 +25,6 @@ DeTEE is built of multiple components that are already under development, as fol - [x] allows you to manage your account data - [x] allow you to manage VMs - [x] allow you to manage containers - - [x] allow you to manage containers - [ ] offers warning about containers and VMs facing performance issues or decommissioning - [ ] enables withdrawal of tokens to public blockchains - [ ] manage access to resources based on teams diff --git a/src/cloud/tokens.md b/src/cloud/tokens.md index 5ed1846..ea146ca 100644 --- a/src/cloud/tokens.md +++ b/src/cloud/tokens.md @@ -43,6 +43,8 @@ total_units = (vcpus * 10) + ((memory_mb + 256) / 200) + (disk_gb / 10) + (publi ## Price and time +> This page is exposiong a model that strictly applies to testnet tokens that have no value. When the public token is launched, the token price will fluctuate independently, which will make any recommendation irrelevant for operators or users. + The node is free to choose the price for its services, expressed in nanotokens per unit. The recommended value is 20k. Please find below calculations for a price of 10k, 20k and 40k nanotokens per unit per minute. For this example, let's take into consideration 3 types of VMs: diff --git a/src/security/ratls.md b/src/security/ratls.md index 6f8197d..6c4ab00 100644 --- a/src/security/ratls.md +++ b/src/security/ratls.md @@ -1,7 +1,7 @@ # DeTEE RATLS DeTEE uses a custom implementation of Remote Attestation Transport Layer Security -(RATLS) to secure the communication between the different components of the DeTEE +(RATLS) to secure the communication between the different components of DeTEE network. The library for RATLS is implemented in Rust, check out the [repository](https://gitea.detee.cloud/general/detee-sgx)