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