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