Setup Development Environment
Verifier SDK Setup
Clone didPass repository then checkout to
developmentbranch
git clone https://github.com/GDP-ADMIN/didPass.gitEnter verifier sdk folder
cd verifier-sdkInstall all dependencies with
npm install
Don't forget to update the version in the package.json file after you're done making changes to the package.
Last updated