Deploy TEE program on WeTEE
Prepare machines that support SGX
CPU Support
Intel 8th generation (Cannon Lake) Core i3, i5, i7, and i9 processors
Intel 9th generation (Cascade Lake) Core i3, i5, i7, and i9 processors
Intel 10th generation (Comet Lake) Core i3, i5, i7, and i9 processors
2nd Generation Xeon Scalable processors (Cascade Lake) and later generations generally provide - SGX capabilities.
Install Ubuntu 20.04/22.04 and the ego programming environment
1. Install base pkg
2. Install sgx repp key
3. Install sgx driver
Initialize a Golang project
Add SGX SDK to the project
Write demo code named hello
Compile into a binary program
Sign the binary program
Run the program using ego
Edit Dockerfile and build docker
Deploy to WeTEE
Add SGX Confidential Service
Click Deploy
Last updated