Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 800 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 800 Bytes

Zkid-SDK-Example

Hi👋, this repo shows you how to use our SDK to attest user's claim or directly issue credential in the card center of zkID.app.

Ready for it?🚀 Please read the README.md first.

The latest version of README.md file is README-zh.md now.

⚠️ The latest branch is sdk-v2. Please make sure your service code development is based on sdk-v2 branch.

Quick Use

Make sure using the latest version of SDK: npm update

Recommended node version: v18.16.1 LTS

git clone https://github.com/zCloak-Network/zkid-sdk-example.git
cd zkid-sdk-example/
npm install

npm run create-did
npm run ctype
npm run claim
npm run attest
npm run multiAttest
npm run issue
npm run vp-send
npm run vp-send-verify
npm run zkp