Skip to content

Commit 60e1bb5

Browse files
committed
Updated the summary
1 parent 89b0fa1 commit 60e1bb5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/zk-passport/guide-on-chain-verification.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,6 @@ With these steps:
221221

222222
1. **Set up** the ZK Passport Registry state replication on your chain if needed.
223223
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.
227225

228226
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.
229-

0 commit comments

Comments
 (0)