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_webor for nodepnpm build - run test
pnpm test
The repository also have some examples. Try them:
pnpx tsx example/sideChannelAttack.jspnpx tsx example/logChallenge.js