Prover Service
The prover service is the most convenient way to quickly spin up a service from your circuit.
Setting up the Prover Service
Automatic Compilation Management
The compilation and setup steps of your application circuit is automatically taken care of. You are only providing two directory paths that tells the prover service where to save the output files on your disk.
Interacting with the Prover Service
The prover service is designed to integrate tightly with the Typescript SDK, but you can also access its API directly if you are familiar with gRPC and protobuf.
Using the Typescript SDK
Please refer to the docs for Typescript SDK.
Using gRPC
You can find the protobuf definitions in this repo.
If you are using Go, you can simply import github.com/brevis-network/brevis-sdk/sdk/proto/sdkproto
Last updated