@@ -54,16 +54,8 @@ batcher-client \
5454``` bash
5555batcher-client \
5656--proving_system SP1 \
57- --proof test_files/sp1/sp1_fibonacci.proof \
58- --vm_program test_files/sp1/sp1_fibonacci-elf \
59- --conn wss://batcher.alignedlayer.com
60- ```
61-
62- ``` bash
63- batcher-client \
64- --proving_system SP1 \
65- --proof test_files/sp1/sp1_fibonacci.proof \
66- --vm_program test_files/sp1/sp1_fibonacci-elf \
57+ --proof ./batcher/client/test_files/sp1/sp1_fibonacci.proof \
58+ --vm_program ./batcher/client/test_files/sp1/sp1_fibonacci-elf \
6759--conn wss://batcher.alignedlayer.com
6860```
6961
@@ -86,27 +78,27 @@ batcher-client \
8678``` bash
8779batcher-client \
8880--proving_system GnarkPlonkBn254 \
89- --proof test_files/plonk_bn254/plonk.proof \
90- --public_input test_files/plonk_bn254/plonk_pub_input.pub \
91- --vk test_files/plonk_bn254/plonk.vk \
81+ --proof ./batcher/client/ test_files/plonk_bn254/plonk.proof \
82+ --public_input ./batcher/client/ test_files/plonk_bn254/plonk_pub_input.pub \
83+ --vk ./batcher/client/ test_files/plonk_bn254/plonk.vk \
9284--conn wss://batcher.alignedlayer.com
9385```
9486
9587``` bash
9688batcher-client \
9789--proving_system GnarkPlonkBls12_381 \
98- --proof test_files/plonk_bls12_381/plonk.proof \
99- --public_input test_files/plonk_bls12_381/plonk_pub_input.pub \
100- --vk test_files/plonk_bls12_381/plonk.vk \
90+ --proof ./batcher/client/ test_files/plonk_bls12_381/plonk.proof \
91+ --public_input ./batcher/client/ test_files/plonk_bls12_381/plonk_pub_input.pub \
92+ --vk ./batcher/client/ test_files/plonk_bls12_381/plonk.vk \
10193--conn wss://batcher.alignedlayer.com
10294```
10395
10496``` bash
10597batcher-client \
10698--proving_system Groth16Bn254 \
107- --proof test_files/groth16/ineq_1_groth16.proof \
108- --public_input test_files/groth16/ineq_1_groth16.pub \
109- --vk test_files/groth16/ineq_1_groth16.vk \
99+ --proof ./batcher/client/ test_files/groth16/ineq_1_groth16.proof \
100+ --public_input ./batcher/client/ test_files/groth16/ineq_1_groth16.pub \
101+ --vk ./batcher/client/ test_files/groth16/ineq_1_groth16.vk \
110102--conn wss://batcher.alignedlayer.com
111103```
112104
0 commit comments