[General] Proof Generation and Submission for Mainnet #858
-
Team or ProjectNo response EnvironmentMainnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.Hi, I have been working on running the prover subsystem and successfully replicated the proving batch process as outlined in the documentation: https://matter-labs.github.io/zksync-era/prover/latest/05_proving_batch.html I wanted to inquire if there is a way to generate and submit proofs to the gateway for mainnet without using the ExternalProofIntegrationAPI. Specifically, is it possible to fetch proof generation data directly for mainnet from the gateway? Looking forward to your guidance. Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hi, To generate and submit proofs to the mainnet gateway without using the ExternalProofIntegrationAPI, you can directly fetch proof generation data using the For more details on how to use these endpoints and manage proof submissions, you can refer to the documentation on the Prover API for ZKsync here. For further discussions and support, you might find it helpful to visit the ZKsync developers discussions on Github at ZKsync Developers Discussions. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Hey @sagarparker, this is Emil -- I work on Provers. It's unclear to me what you mean by "gateway". Is it Prover Gateway that you refer to? If yes, we don't support getting the information from there (albeit, it would be 100% identical with what you see on External Prover API). If not, please advise on gateway and I'll come back with a more accurate answer. Cheers! |
Beta Was this translation helpful? Give feedback.
Yes, that's correct. And note that prover gateway gets exactly the same information that you would get from External Prover API. There's no difference on data retrieval (prover gateway will request information from an Internal Prover API, whilst external actors can use the External Prover API -- both of which share the same code). Is there any reason you'd be interested in Prover Gateway's data?