Skip to content

Commit

Permalink
add succinct.json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam authored Aug 26, 2023
1 parent 5f8296e commit 083463f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions succinct.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"preset": "circom",
"build_command": "curl -L -o /root/public/prod-circuits.tar.gz 'https://s3.amazonaws.com/circom.artifacts/step_cpp.tar.gz' && tar -xzf /root/public/prod-circuits.tar.gz -C /root/public && rm -rf /root/public/prod-circuits.tar.gz && chmod +x /root/public/prod-circuits/*",
"prove_command": "/root/public/prod-circuits/step_cpp/step /root/public/input.json /root/public/witness.bin && /usr/bin/prover /root/public/prod-circuits/step_cpp/p2.zkey /root/public/witness.bin /root/public/proof.json /root/public/public.json"
}

0 comments on commit 083463f

Please sign in to comment.