Off-chain verification
Verification of proofs via an off-chain verification service
Verification using the upatool
upatoolInstall the tool
$ npm install --global @nebrazkp/upa$ upa version
2.0.3Specify a verification service endpoint
VERIFY_ENDPOINT=<endpoint>Verifying proofs in snarkjs format
$ upa off-chain verify-snarkjs vk.json proof.jsonVerify proofs in gnark format
Verifying proofs in UPA format
Verification using the SDK
Last updated