@alkanx
@brevis_zk
#brevis_zk
Let's write two lines on Sunday, the weekend.
Let's also examine the workflow and try to understand it.
zkCoprocessor Workflow and Diagram;
Request creation: The smart contract sends a data query or computation request.
Off-chain processing: The request is processed in Brevis' off-chain infrastructure (Pico zkVM).
ZK proof generation: A Zero-knowledge proof is created when the transaction is completed.
On-chain verification: The proof is sent to the contract; the contract only verifies the proof and does not require data or computation details.
Result usage: If verification is successful, the contract executes business logic on the results.