cycles-quartz/enclaves/quartz
2024-02-20 06:58:26 -08:00
..
proto Setup proto machinery 2024-02-20 03:27:10 -08:00
src Use single threaded executor & update default gRPC port 2024-02-20 06:58:26 -08:00
build.rs Setup proto machinery 2024-02-20 03:27:10 -08:00
Cargo.toml Setup proto machinery 2024-02-20 03:27:10 -08:00
Dockerfile Get tonic-rs to run inside SGX 2024-02-20 04:40:02 -08:00
quartz.manifest.template Get tonic-rs to run inside SGX 2024-02-20 04:40:02 -08:00
README.md Get tonic-rs to run inside SGX 2024-02-20 04:40:02 -08:00

Quartz enclave

docker build . --tag quartz
docker run -it \
      --device /dev/sgx_enclave \
      --device /dev/sgx_provision \
       -v /var/run/aesmd/aesm.socket:/var/run/aesmd/aesm.socket \
       -v ./data:/workdir/data \
       quartz bash
is-sgx-available
gramine-sgx ./quartz