Skip to content

Commit

Permalink
feat: modify tutorial for view-param command (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: zhmolly <jwtradera@outlook.com>
  • Loading branch information
zhmolly authored Jan 30, 2024
1 parent 859cc3a commit 71664ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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!
More features are coming!

0 comments on commit 71664ef

Please sign in to comment.