3. Generating the Proof
Calling zkPass Service's generate_zkpass_proof REST API to create the ZkPass Proof
To generate the ZkPass Proof, the Data Holder needs to use the zkpass-client SDK library. The following section illustrates how the coding is done.
zkPass-client Integration
The Data Holder generates the proof by using the zkpass-client SDK library, as shown here.
data_holder.rs
Last updated