Skip to content

Commit d95aa1f

Browse files
authored
Merge pull request #47 from enigmampc/videodemo
Update README.md with Enclave Demo
2 parents 91b8187 + 552f507 commit d95aa1f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/videodemo_screenshot.png

1.9 MB
Loading

enclave/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
![](../docs/videodemo_screenshot.png)
10+
11+
512
## Requirements
613

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

0 commit comments

Comments
 (0)