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

Enable local zk proof generation #22

Open
1 task
Tracked by #21
nuke-web3 opened this issue Jan 28, 2025 · 0 comments
Open
1 task
Tracked by #21

Enable local zk proof generation #22

nuke-web3 opened this issue Jan 28, 2025 · 0 comments

Comments

@nuke-web3
Copy link
Member

nuke-web3 commented Jan 28, 2025

The eq-service presently only supports using the succinct prover network and this required a whitelisted key to use.
As an alternative, allowing the ability to generate a proof on the machine running the eq-service would be beneficial:

  • Acts as a failsafe when the prover network is problematic
  • Enables a "Free" option, as no funs/whitelisting is required to generate a proof
  • Abstract interface to ZK proof generation service
    • A trait impl for local is likley the best way to write this up IMHO

Perhaps a the gRPC call level, we would allow to selection of an explict prover service (local, network, what proof system/zkVM etc.). Alt/in addition would be to have the operator of eq-service select that (default & fallback) in config.

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

No branches or pull requests

1 participant