Deploying the WORM in a TEE
First build the enclave using nix:
git clone https://github.com/BrainsOnChain/DeepWorm
cd DeepWorm/worm
nix build -vThe above creates a directory called result.
$ ls result/
image.eif log.txt pcr.jsonHost image.eif at a publicly follow the steps here to deploy the enclave image on a Marlin node with the following parameters:
Instance: c6a.xlarge Architecture: amd64 Region: Any Bandwidth: 10 KB/s vCPU: Default Memory: Default
The pcr.json file contains the enclave PCRs which can be used to verify against TEE attestations.

Last updated