Update README.md to add CLI usage
This commit is contained in:
parent
83ef846afa
commit
4f6bcde865
1 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
## Quartz enclave
|
||||
|
||||
### Enclave usage
|
||||
|
||||
```bash
|
||||
docker build . --tag quartz
|
||||
docker run -it \
|
||||
|
@ -11,3 +13,12 @@ docker run -it \
|
|||
is-sgx-available
|
||||
gramine-sgx ./quartz
|
||||
```
|
||||
|
||||
### CLI usage
|
||||
|
||||
```bash
|
||||
cargo run -- --chain-id testing \
|
||||
--mr-enclave "fa9149158c693b09e83480b48c2e7344c941aadca6d5829834f2af9f2690435e" \
|
||||
--trusted-height 1 \
|
||||
--trusted-hash "A1D115BA3A5E9FCC12ED68A9D8669159E9085F6F96EC26619F5C7CEB4EE02869"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue