Fixed typos.
This commit is contained in:
parent
199948c16a
commit
fc47853f61
@ -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 [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.
|
- Follow [Valy](https://www.linkedin.com/in/valentyn-faychuk-589674204/) on Linkedin.
|
||||||
- Post about DeTEE on social media.
|
- 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
|
- Be active in the community and provide feedback to help us improve our service
|
||||||
- Report bugs
|
- Report bugs
|
||||||
- Help us improve documentation
|
- Help us improve documentation
|
||||||
|
@ -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
|
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
|
### Deploy a VM
|
||||||
|
|
||||||
|
@ -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
|
- [x] allows payment model based on reservation of hardware
|
||||||
|
|
||||||
- **(AMD) SNP Daemon**: Software that powers the SNP node, allowing customers to run VMs
|
- **(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 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 dedicated public IPv4 and public IPv6 addresses for the VMs
|
||||||
- [x] allows payment model based on reservation of hardware
|
- [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] allows you to manage your account data
|
||||||
- [x] allow you to manage VMs
|
- [x] allow you to manage VMs
|
||||||
- [x] allow you to manage containers
|
- [x] allow you to manage containers
|
||||||
- [x] allow you to manage containers
|
|
||||||
- [ ] offers warning about containers and VMs facing performance issues or decommissioning
|
- [ ] offers warning about containers and VMs facing performance issues or decommissioning
|
||||||
- [ ] enables withdrawal of tokens to public blockchains
|
- [ ] enables withdrawal of tokens to public blockchains
|
||||||
- [ ] manage access to resources based on teams
|
- [ ] manage access to resources based on teams
|
||||||
|
@ -43,6 +43,8 @@ total_units = (vcpus * 10) + ((memory_mb + 256) / 200) + (disk_gb / 10) + (publi
|
|||||||
|
|
||||||
## Price and time
|
## 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.
|
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:
|
For this example, let's take into consideration 3 types of VMs:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# DeTEE RATLS
|
# DeTEE RATLS
|
||||||
|
|
||||||
DeTEE uses a custom implementation of Remote Attestation Transport Layer Security
|
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
|
network. The library for RATLS is implemented in Rust, check out the
|
||||||
[repository](https://gitea.detee.cloud/general/detee-sgx)
|
[repository](https://gitea.detee.cloud/general/detee-sgx)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user