2.3.4 • Published 5 months ago
@vaultys/id v2.3.4
Vaultys ID
This is the main library to handle Vaultys DID and handcheck protocol
Getting Started
- install nodejs (20.x recommended) and pnpm (https://pnpm.io/fr/installation)
- checkout this repo
- install dependencies:
pnpm i
- compile for web
pnpm build_web
or for nodepnpm build
- run test
pnpm test
Checkout examples
The repository also have some examples. Try them:
pnpx tsx example/sideChannelAttack.js
pnpx tsx example/logChallenge.js