This is the main library to handle Vaultys DID and handcheck protocol
- 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
The repository also have some examples. Try them:
pnpx tsx example/sideChannelAttack.js
pnpx tsx example/logChallenge.js