Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a sindri prove command #35

Closed
sangaline opened this issue Dec 18, 2023 · 0 comments · Fixed by #90
Closed

Add a sindri prove command #35

sangaline opened this issue Dec 18, 2023 · 0 comments · Fixed by #90
Assignees

Comments

@sangaline
Copy link
Contributor

No description provided.

@sangaline sangaline self-assigned this Dec 18, 2023
sangaline added a commit that referenced this issue Mar 15, 2024
This adds a basic `sindri proof create` command for generating a proof for the
circuit. This currently just prints out the relevant subset of the API
response, we don't attempt to save the outputs to disk or integrate with local
tools. There's a `--verify` flag which optionally performs a remote
verification of a proof, and a `--tag` flag which allows proving against a
specific tag.

This update also required a regeneration of the internal API client and the
test fixtures, so there's a fair bit of noise in the diffs. The main files to
pay attention to are `src/lib/client.ts`, `src/cli/index.ts`, and
`src/cli/proof.ts`.

Closes #35
Merges #90

LGTM given by: @katiemckeon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant