Comment on page
Deploy Your First Prover
In this tutorial, we'll show you how to deploy a template Poseidon Hash prover service on Snarkify Cloud.
- 1.
- 2.For first time users, we have prepared a demo service for you to try it out. Just Click
Try It First
to get started. You will be redirected to github for some configurations if this is the first service on your team.

- 3.Once the configuration is done, you can continue to deploy the demo service. You can simply use the default values and directly click
Deploy
.🚀
Deploying a demo service will clone the template repository into your github account first, don't get surprised : )

- 4.The service will be rendered
Unready
for about 5 minutes while our backend pipeline is actively building and deploying your code. Grab some coffee :).

- 5.Once the deployment succeeds, the service status will become
Ready
, and an Endpoint will be generated and shown. Note the Endpoint of your deployed service, and we will need it to issue a proof generation request to your prover service.

- 6.Alternatively, you can also deploy your own prover code into Snarkify cloud. Please checkout Integrating Snarkify SDK.
In the following section, we will show you how to issue a proof generation request to your prover service and how to query the generated proof from the command line.
Last modified 23d ago