From 82c00193a71e619cf20fd1de9e04a7ad0e78efe5 Mon Sep 17 00:00:00 2001 From: Shale Xiong Date: Mon, 4 Dec 2023 14:40:58 +0000 Subject: [PATCH] TEMP for TEST --- docs/CLI_QUICKSTART.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/CLI_QUICKSTART.md b/docs/CLI_QUICKSTART.md index 09365fae6..dfc45fa17 100644 --- a/docs/CLI_QUICKSTART.md +++ b/docs/CLI_QUICKSTART.md @@ -263,6 +263,8 @@ $ vc-client example/example-policy.json \ --identity example/example-data0-cert.pem \ --key example/example-data0-key.pem \ --data ./input/shamir-0.dat=<(echo "01dc061a7bdaf77616dd5915f3b4" | xxd -r -p) +$ pwd +$ ls -h Loaded policy example/example-policy.json 645ae94ea86eaf15cfc04c07a17bd9b6a3b3b6c3558fae6fb93d8ee4c3e71241 Connecting to 127.0.0.1:3017 Submitting /input/shamir-0.dat from /dev/fd/63 @@ -271,6 +273,8 @@ $ vc-client example/example-policy.json \ --identity example/example-data1-cert.pem \ --key example/example-data1-key.pem \ --data ./input/shamir-1.dat=<(echo "027f38e27b5a02a288d064965364" | xxd -r -p) +$ pwd +$ ls -h Loaded policy example/example-policy.json 645ae94ea86eaf15cfc04c07a17bd9b6a3b3b6c3558fae6fb93d8ee4c3e71241 Connecting to 127.0.0.1:3017 Submitting /input/shamir-1.dat from /dev/fd/63 @@ -279,6 +283,8 @@ $ vc-client example/example-policy.json \ --identity example/example-data2-cert.pem \ --key example/example-data2-key.pem \ --data ./input/shamir-2.dat=<(echo "03eb5b946cefd583f17f51e781da" | xxd -r -p) +$ pwd +$ ls -h Loaded policy example/example-policy.json 645ae94ea86eaf15cfc04c07a17bd9b6a3b3b6c3558fae6fb93d8ee4c3e71241 Connecting to 127.0.0.1:3017 Submitting /input/shamir-2.dat from /dev/fd/63 @@ -293,6 +299,8 @@ $ vc-client example/example-policy.json \ --key example/example-result-key.pem \ --compute ./program/example-binary.wasm \ --result ./output/shamir.dat=- +$ pwd +$ ls -h Loaded policy example/example-policy.json 645ae94ea86eaf15cfc04c07a17bd9b6a3b3b6c3558fae6fb93d8ee4c3e71241 Connecting to 127.0.0.1:3017 Requesting compute of /example-binary.wasm