Skip to content

Commit c47232a

Browse files
authored
Update README.md
1 parent 91b8187 commit c47232a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

enclave/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This folder contains the code that runs inside the enclave using Intel Secure Guard Extensions (SGX). It builds on [Apache's Teaclave](https://github.com/apache/incubator-teaclave), and more specifically its [Rust SGX SDK](https://github.com/apache/incubator-teaclave-sgx-sdk) which is included as part of this repo as a submodule (branch = `v1.1.1-testing`).
44

5+
## Demo
6+
7+
There is a [10min video demo](https://youtu.be/cyOuAMCQRlw) of Safetrace working end-to-end. As of the making of this demo, there is no UI, so everything is demoed through the console. Please note that the enclave is verbose from demoing purposes, but the production version will not output any secrets.
8+
9+
510
## Requirements
611

712
* SGX-capable computer host with SGX enabled in the BIOS

0 commit comments

Comments
 (0)