cycles-quartz/enclaves/quartz
2024-02-23 14:26:43 -08:00
..
src Remove target height from config 2024-02-23 14:26:43 -08:00
Cargo.toml Add MRENCLAVE to CLI args 2024-02-23 12:48:56 -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