Fix README.md
This commit is contained in:
parent
5d0ebdee66
commit
91a5f62366
1 changed files with 6 additions and 14 deletions
20
README.md
20
README.md
|
@ -1,18 +1,10 @@
|
||||||
# The Tendermint light client enclave
|
# tee-mtcs
|
||||||
|
|
||||||
This enclave runs tendermint/CometBFT light client verification on a given 'verification trace' using a user specified
|
Collection of tools and utilities to help run MTCS on TEEs.
|
||||||
root-of-trust. It outputs the new root-of-trust to a sealed file so that it can be used for future instantiations.
|
|
||||||
|
|
||||||
## Execution on an SGX machine
|
## Enclaves
|
||||||
|
|
||||||
This is tested on a local SGX machine, not Azure
|
Gramine applications and accompanying Dockerfiles for ease-of-usage.
|
||||||
|
|
||||||
```bash
|
* [enclaves/mtcs](enclaves/mtcs) - Runs MTCS on a given set of obligations specified as an input file.
|
||||||
docker build . --tag tmdocker build . --tag tm \
|
* [enclaves/tm](enclaves/tm) - Runs (stateless) Tendermint light client verification on a given block.
|
||||||
docker run -it --device /dev/sgx_enclave \
|
|
||||||
-v /var/run/aesmd/aesm.socket:/var/run/aesmd/aesm.socket \
|
|
||||||
-v ./tests:/workdir/tests \
|
|
||||||
tm bash
|
|
||||||
is-sgx-available
|
|
||||||
gramine-sgx ./tm
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in a new issue