Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 866 Bytes

File metadata and controls

11 lines (6 loc) · 866 Bytes

Verify Risc0 Proofs

Risc Zero Verifier Contract (Risc0)

If your W3bstream project generates Risc Zero proofs, you can verify it from your Dapp deployed on the IoTeX blockchain by calling the IoTeX pre-deployed verifier contract for Risc Zero.

NetworkVerifier ContractSource Code
Testnet0xD6c51c8Fb86F8e7b051AB52B3EEDd70467378016-> Link to GitHub
MainnetN/AN/A

Example W3bstream Dapp Contract

{% embed url="https://github.com/iotexproject/w3bstream/blob/develop/examples/risc0-circuit/contract/Risc0Dapp.sol" %}