aligned_layer icon indicating copy to clipboard operation
aligned_layer copied to clipboard

docs to generate GnarkPlonk proofs

Open jotabulacios opened this issue 1 year ago • 0 comments

How to test

After generating the proof, you will have to have three different files:

  • proof file
  • verification key file
  • public input file

Then, you can send the proof to the AlignedLayer network by running the following command from batcher/client folder inside the AlignedLayer repository directory:

cargo run --release -- \
--proving_system GnarkPlonkBn254 \
--proof <proof_path> \
--public_input <public_input_path> \
--vk <verification_key_path> \

jotabulacios avatar May 29 '24 19:05 jotabulacios