Who is responsible for deploying the Prover and Verifier?

Original Post

Developers are responsible for deploying both the Prover and Verifier contracts. They can use familiar tools like Viem or Foundry to do so. Both contracts must be deployed on the same blockchain.

You can find examples of how to deploy them by using our command-line tool. Just type and select template that interests you the most:
vlayer init --template

The latest from vlayer

vgas_limit error in vlayer SDK

Resolve vgas_limit 10000000 errors in vlayer by using v_refundUnusedGas or estimating usage via local proofs.