cycles-quartz/README.md

17 lines
565 B
Markdown
Raw Normal View History

2023-11-06 10:26:21 +00:00
# tee-mtcs
2023-11-06 10:22:21 +00:00
2023-11-06 10:26:21 +00:00
Collection of tools and utilities to help run MTCS on TEEs.
2023-11-06 10:22:21 +00:00
2023-11-06 10:26:21 +00:00
## Enclaves
2023-11-06 10:22:21 +00:00
2023-11-06 10:26:21 +00:00
Gramine applications and accompanying Dockerfiles for ease-of-usage.
2023-11-06 10:22:21 +00:00
2023-11-06 10:26:21 +00:00
* [enclaves/mtcs](enclaves/mtcs) - Runs MTCS on a given set of obligations specified as an input file.
* [enclaves/tm](enclaves/tm) - Runs (stateless) Tendermint light client verification on a given block.
2024-05-07 22:05:58 +00:00
## Demos
2024-05-07 22:05:58 +00:00
* [Quartz v0.2 demo](quartz_v0_2_demo.md) - Instructions to run the v0.2 demo.
* [Obligato Web3 liquidity demo](demo/README.md) - Instructions to run the Obligato with web3 liquidity
2024-05-07 22:05:58 +00:00
demo.