How to Deploy Prover and Verifier Contracts | vlayer Guide

Summary

This vlayer announcement clarifies that developers are responsible for deploying both Prover and Verifier contracts on the same blockchain. It highlights the use of standard tools like Viem and Foundry for deployment. Additionally, it introduces the vlayer command-line tool, which allows users to easily access deployment templates via the vlayer init --template command.

brighteagle-13 OP

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