Add script to set trusted hash and start a demo enclave (#90)

This commit is contained in:
Shoaib Ahmed 2024-05-16 02:06:00 -07:00 committed by GitHub
parent 264f2ee2eb
commit 1f6ef65141

View file

@ -21,8 +21,8 @@ loader.env.MYAPP_DATA = { passthrough = true }
loader.argv = ["quartz-enclave",
"--chain-id", "testing",
"--trusted-height", "1",
"--trusted-hash", "2EF0E6F9BDDF5DEAA6FCD6492C3DB26D7C62BFFC01B538A958D04376E0B67185"]
"--trusted-height", "{{ trusted_height }}",
"--trusted-hash", "{{ trusted_hash }}"]
fs.mounts = [
{ uri = "file:{{ gramine.runtimedir() }}", path = "/lib" },