From 71664ef307bfa42540b72e3719d1998dbe20ac71 Mon Sep 17 00:00:00 2001 From: zhmolly Date: Tue, 30 Jan 2024 11:24:04 +0900 Subject: [PATCH] feat: modify tutorial for view-param command (#69) Signed-off-by: zhmolly --- TUTORIAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index c7e5ea3..3ee1a47 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -34,7 +34,7 @@ the existing param file `crates/vk-gen-examples/params/challenge_0078-kzg_bn254_ To view the kzg setup params, run the following cargo commands under directory `crates/vk-gen-examples`. It will output the g1, g2, and s_g2. ```shell -cargo run --release -- --param-path params/challenge_0078-kzg_bn254_16.srs +cargo run --release -- --param-path params/challenge_0078-kzg_bn254_16.srs view-param ``` We have to send a create-params transcation to make the params available on aptos. @@ -71,4 +71,4 @@ Finally! That's the whole experiment with halo2-verifier! You can also use the [verifier sdk](crates/verifier-sdk) of rust to generate aptos txn payload, and use it freely in your own code! -More features are coming! \ No newline at end of file +More features are coming!