Issue Proof Generation Requests

Create an API key

  • Go to the "Access Keys" tab, click the Create Key button, and give it a good name.

  • Upon clicking the Create button, your key will be generated and shown. Please save your access key securely, as the key will only be shown once.

Issue a Proof Generation Request

Get your endpoint and access key ready, and type the following command in your terminal.

Use the following curl command to issue your proof generation request against the demo prover:

Requests are processed asynchronously by your prover service. You will receive a confirmation response with a PENDING state like the following,

Please note the task_id for the next step.

Query results

From Command Line

Get your task ID and access key ready, and type the following command in your terminal.

The proof generation result can be queried with the following command,

Then you will see the task information like below once the task is processed:

From Cloud Console

Alternatively, you can also check your task history through our UI:

  1. click the setting button

  1. Go to the Task Hisotry page

What's Next

Following this tutorial to make your own ZK circuits cloud-ready with the snarkify-sdk.

Last updated