commit c2f83f1ffb0b7d89039b81d8eb88f4f1e8fdad2b Author: Valentyn Faychuk Date: Sun Dec 29 00:54:12 2024 +0000 Add Home diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..c73fea2 --- /dev/null +++ b/Home.md @@ -0,0 +1,18 @@ +# DeTEE + +Welcome to the DeTEE's documentation. DeTEE is a decentralized confidential cloud. It is designed to make deploying Confidential VMs and Containers quick and easy, with the ability to scale up to the complex setups. + +Get started with [Installation](https://detee.ltd) and then get an overview with the [Quickstart](https://detee.ltd). There is also a [Hacker Challenge](https://gitea.detee.cloud/general/hacker-challenge/wiki/Welcome-to-the-DeTEE-Hacker-Challenge%21) if you want to try breaking DeTEE for a reward! + +DeTEE depends on the [Occlum](https://occlum.readthedocs.io) library for working with Intel SGX, and the [Rust sev crate](https://crates.io/crates/sev) for working with AMD SEV. If you see any issue, feel free to report it [here](https://detee.ltd). + +## User's Guide + +DeTEE network is divided into 3 clans. Each has it's own tools to interact with the network to satisfy it's own motivation. + +1. Nodes providing confidential hardware + 1. detee-daemon +1. Brain nodes maintaining the network + 1. brain-node +1. Users using the confidential hardware + 1. detee-cli \ No newline at end of file