Setup Development Environment
Verifier SDK Setup
Clone didPass repository then checkout to
development
branch
git clone https://github.com/GDP-ADMIN/didPass.git
Enter verifier sdk folder
cd verifier-sdk
Install 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