No description
Find a file
2024-05-16 06:12:47 -07:00
.cargo Obligato liquidity prototype (#64) 2024-05-08 00:05:58 +02:00
.github Obligato liquidity prototype (#64) 2024-05-08 00:05:58 +02:00
bisenzone-cw-mvp Add liquidity sources to the contract (#32) 2024-05-16 11:05:41 +02:00
enclaves/quartz Add script to set trusted hash and start a demo enclave (#90) 2024-05-16 11:06:00 +02:00
utils Use NODE var in scripts (#89) 2024-05-14 18:35:36 +02:00
.gitignore Ignore all Cargo.lock files 2024-01-11 03:21:39 -08:00
.rustfmt.toml Improve code formatting 2024-01-11 03:43:12 -08:00
Cargo.lock Demo fixes and automated script (#73) 2024-05-13 15:50:29 +02:00
Cargo.toml Init workspace 2024-01-11 03:21:22 -08:00
README.md Demo fixes and automated script (#73) 2024-05-13 15:50:29 +02:00

tee-mtcs

Collection of tools and utilities to help run MTCS on TEEs.

Enclaves

Gramine applications and accompanying Dockerfiles for ease-of-usage.

  • enclaves/mtcs - Runs MTCS on a given set of obligations specified as an input file.
  • enclaves/tm - Runs (stateless) Tendermint light client verification on a given block.

Demos