Skip to content

feat: readme batcher cli simplify sending proofs process by using cargo install#280

Merged
NicolasRampoldi merged 9 commits intomainfrom
278-readme-batcher-cli-simplify-sending-proofs-process-by-using-cargo-install
Jun 3, 2024
Merged

feat: readme batcher cli simplify sending proofs process by using cargo install#280
NicolasRampoldi merged 9 commits intomainfrom
278-readme-batcher-cli-simplify-sending-proofs-process-by-using-cargo-install

Conversation

@NicolasRampoldi
Copy link
Copy Markdown
Contributor

@NicolasRampoldi NicolasRampoldi commented May 31, 2024

Description

  • Changed cargo run for cargo install in the batcher client.
    To test, run make install_batcher_client and then run:
batcher-client --proving_system Groth16Bn254 \
--proof <path_to_repo>/batcher/client/test_files/groth16/ineq_1_groth16.proof \
--public_input <path_to_repo>/batcher/client/test_files/groth16/ineq_1_groth16.pub \
--vk <path_to_repo>/batcher/client/test_files/groth16/ineq_1_groth16.vk \
--proof_generator_addr 0x66f9664f97F2b50F62D13eA064982f936dE76657

Modifying the <path_to_repo> to the corresponding one.

Copy link
Copy Markdown
Contributor

@jotabulacios jotabulacios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Comment thread README.md
Comment thread README.md
@NicolasRampoldi NicolasRampoldi merged commit 426b987 into main Jun 3, 2024
@NicolasRampoldi NicolasRampoldi deleted the 278-readme-batcher-cli-simplify-sending-proofs-process-by-using-cargo-install branch June 3, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

( README - Batcher CLI) Simplify sending proofs process by using cargo install

3 participants