Skip to content

Commit

Permalink
feat: add zksync_tee_prover and container to nix
Browse files Browse the repository at this point in the history
```
$ nix build -L .#tee_prover
$ nix build -L .#container-tee_prover-dcap
$ nix build -L .#container-tee_prover-azure
$ export IMAGE_TAG=$(docker load < result | grep -Po 'Loaded image.*: \K.*')

$ docker run -i --env GRAMINE_DIRECT=1 --env TEE_API_URL="http://127.0.0.1:3320" --privileged --init $IMAGE_TAG
```

Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh committed Jul 8, 2024
1 parent e652e4d commit 9a83097
Show file tree
Hide file tree
Showing 9 changed files with 871 additions and 192 deletions.
2 changes: 1 addition & 1 deletion core/bin/zksync_tee_prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zksync_tee_prover"
version.workspace = true
version = "0.1.0"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down
Loading

0 comments on commit 9a83097

Please sign in to comment.