Skip to content

vaultys/vaultysid

Repository files navigation

Vaultys ID

This is the main library to handle Vaultys DID and handcheck protocol

test

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 node pnpm 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