Configuration
Overview of Proof Request configuration when using the SEEK binary.
Configuration
Example Configuration File
{
"name": "default",
"description": "Example",
"network": "dev",
"type": "proof",
"config": {
"prover": {
"image": {
"remoteDocker": [
{
"url": "[URL HERE]",
"hash": "[HASH]"
},
"[DOCKER IMAGE NAME]"
]
},
"inMounts": [],
"injector": null,
"resultExtractor": {
"file": "/output/state.bin"
},
"entrypoint": ["/bin/prove"],
"cmd": [],
"envVars": {
"STATE_LOCATION": "/output/state.bin"
},
"networkEnabled": false,
"privileged": false,
"dockerAccess": false
},
"verifier": {
"image": {
"remoteDocker": [
{
"url": "[URL HERE]",
"hash": "[HASH]"
},
"[DOCKER IMAGE NAME]"
]
},
"inMounts": [],
"resultExtractor": {
"negativeExitCode": 58
},
"injector": {
"file": "/output/state.bin"
},
"entrypoint": ["/bin/verify"],
"cmd": [],
"envVars": {
"STATE_LOCATION": "/output/state.bin"
},
"networkEnabled": false,
"privileged": false,
"dockerAccess": false
},
"resourceRequirement": {
"minVram": null,
"minSsd": null,
"minRam": null,
"minGpu": [],
"minCpuCores": 2
},
"nonce": 1,
"callbackUrl": null,
"deadline": null
}
}Reference
Field
Meaning
Using a callback
Last updated
Was this helpful?
