Internal didPass Developer's Guide
CtrlK
  • getting started
    • Introduction
    • General Requirements
  • Auth Server
    • Requirements
    • Setup Development Environment
    • How to Build
    • How to Test
    • API References
  • Issuer
    • Issuer SDK
      • Requirements
      • Setup Development Environment
      • How to Build
      • How to Test
      • API References
    • Issuer Demo
      • Requirements
      • Setup Development Environment
      • How to Build
      • How to Test
      • API References
  • Verifier
    • Verifier SDK
      • Requirements
      • Setup Development Environment
      • How to Build
      • How to Test
      • API References
    • Verifier Demo
      • Requirements
      • Setup Development Environment
      • How to Build
      • How to Test
      • API References
  • didPass Wallet
    • didPass Wallet SDK
      • Requirements
      • Setup Development Environment
      • How to Build
      • How to Test
      • API References
    • didPass Wallet
      • Requirements
      • Setup Development Environment
      • How to Build
      • How to Test
      • API References
  • Documentation Tools
    • TypeDoc
    • TypeDoc Plugins
  • References
    • didPass User's Guide
    • didPass Developer's Guide
    • zkPass User's Guide
    • zkPass Developer's Guide
Powered by GitBook
On this page
  1. Verifier
  2. Verifier SDK

Setup Development Environment

Verifier SDK Setup


  1. Clone didPass repository then checkout to development branch

git clone https://github.com/GDP-ADMIN/didPass.git
  1. Enter verifier sdk folder cd verifier-sdk

  2. 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.

PreviousRequirementsNextHow to Build

Last updated 1 year ago