From 408bcdc6c782b05b594215d9184520b3ebaa08b6 Mon Sep 17 00:00:00 2001 From: Simone Date: Mon, 19 Feb 2024 14:49:02 +0100 Subject: [PATCH] Update DEVELOPER_GUIDE.md --- docs/DEVELOPER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER_GUIDE.md b/docs/DEVELOPER_GUIDE.md index 701abead..c53dbe1c 100644 --- a/docs/DEVELOPER_GUIDE.md +++ b/docs/DEVELOPER_GUIDE.md @@ -44,7 +44,7 @@ Generate the W3bstream project file: ```bash # Customize the output project file name "$ID" with a unique number -ioctl ws code convert -t "halo2" -i "halo2_wasm_bg.wasm" -o "path/$ID" +ioctl ws code convert -t "halo2" -i "halo2_wasm_bg.wasm" -c "path/$ID" ``` Create the blockchain verifier (Solidity)