You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/zk-passport/guide-on-chain-verification.mdx
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,9 +221,6 @@ With these steps:
221
221
222
222
1.**Set up** the ZK Passport Registry state replication on your chain if needed.
223
223
1.**Deploy** the `TD3QueryProofVerifier` contract to facilitate ZK proof verification.
224
-
1.**Get** proof parameters from `verificator-svc` to collect the ZK Proof in your DApp.
225
-
1.**Deploy** your `MyPassportContract` contract to verify proofs and do specific tasks.
226
-
1.**Call** the `execute` method on the `MyPassportContract` contract to perform some action alongside Query Proof Verification
224
+
1.**Integrate** proof verification into your DApp's smart contract by inheriting from `AQueryProofExecutor` and implementing the required methods.
227
225
228
226
We've set up on-chain verification of ZK Passport proofs. This allows you to verify user identities without revealing sensitive data, ensuring privacy and security in your application.
0 commit comments