aboutsummaryrefslogtreecommitdiff
path: root/zkvms/README.md
diff options
context:
space:
mode:
authorKamen Mladenov <kamen@syndamia.com>2025-05-02 15:52:41 +0300
committerKamen Mladenov <kamen@syndamia.com>2025-05-05 11:01:45 +0300
commitb75f2fbb44ea346f1ff23ebd9aeab549f54b957b (patch)
treefd1b5324003e24389796b33f8b90fa188c6d2640 /zkvms/README.md
parent59fe5b37fda1093e04ba1d6c34b86950413b0beb (diff)
downloadzkVMs-benchmarks-b75f2fbb44ea346f1ff23ebd9aeab549f54b957b.tar
zkVMs-benchmarks-b75f2fbb44ea346f1ff23ebd9aeab549f54b957b.tar.gz
zkVMs-benchmarks-b75f2fbb44ea346f1ff23ebd9aeab549f54b957b.zip
fix(zkvms/zkwasm): Change default output paths to /tmp
Diffstat (limited to 'zkvms/README.md')
-rw-r--r--zkvms/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/zkvms/README.md b/zkvms/README.md
index 2ff590d..548f1f5 100644
--- a/zkvms/README.md
+++ b/zkvms/README.md
@@ -49,8 +49,8 @@ The value for each of these is taken, with this precedence, by the user shell en
| | VERIFYING_KEY_PATH | path (string) | /tmp/input | Directory to output the verification key |
| zkwasm | ZKWASM_K | integer | 19 | The "K" value for zkWasm. It's value is between 19 and 22 inclusive. For larger inputs you'll need to increment it, but the proving time also increases. You'll need to find the smallest one experimentally.|
| | ZKWASM_SCHEME | string | shplonk | Proving system |
-| | ZKWASM_OUTPUT | path (string) | ./output | Directory to store output |
-| | ZKWASM_PARAMS | path (string) | ./params | Directory to store parameter information |
+| | ZKWASM_OUTPUT | path (string) | /tmp/output | Directory to store output |
+| | ZKWASM_PARAMS | path (string) | /tmp/params | Directory to store parameter information |
> [!NOTE]
> Looking through the source code, you may notice other environment variables which are used.