Quick Start
You can read A Comprehensive Guide to Verifying Private Data with zkPass before start to integrate zkPass TransGate-JS-SDK.
Register and Config the Project in zkPass DevHub
Login zkPass DevHub, connect the wallet.

Create a new project, enter project information.

After "Create", a project is created with an appID.

Click on 'Add Schema' and choose the schema category.

Choose a base schema (the base schema is a default template of schema without assertions).

Config the assertions based on the requirements.

After 'Submit', a schema is created automatically with an unique schemaId for the project.

Developers can add multiple schemas for the project.
Integrate TransGate JS-SDK
Developers can install the package using either NPM or Yarn
Using NPM
Using Yarn
Integrate the TransGate JS-SDK with your project
Validate the result
After receiving the verification result(resin code block), developers should validate it.
You can refer to API References and Generate proof and verify the result for more information.
Last updated