halo2 icon indicating copy to clipboard operation
halo2 copied to clipboard

Show how to actually create and verify proofs in the user guide

Open str4d opened this issue 3 years ago • 3 comments

We currently use simple-example.rs to show how to write circuits, but that file only uses the MockProver to test itself. We should have a page showing how to implement keygen, proof creation, and proof verification.

str4d avatar Feb 04 '22 22:02 str4d

Any updates on this? Highly interested in this as well..

mschoenebeck avatar Jun 21 '22 15:06 mschoenebeck

@mschoenebeck I am working on this:

https://github.com/AtHeartEngineer/halo2/blob/main/halo2_proofs/examples/e2e-example.rs https://github.com/AtHeartEngineer/halo2/blob/main/book/src/user/e2e-example.md

I'm fleshing out the documentation a bit more, but the example works.

@str4d would you mind assigning this issue to me? / Am I on the right track?

AtHeartEngineer avatar Jul 08 '22 18:07 AtHeartEngineer

@mschoenebeck compiled e2e example documentation here: https://atheartengineer.github.io/halo2/user/e2e-example.html

AtHeartEngineer avatar Jul 08 '22 18:07 AtHeartEngineer