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

Setup Development Environment

Issuer SDK Setup


  1. Clone didPass repository then checkout to development branch

git clone https://github.com/GDP-ADMIN/didPass.git
  1. Enter issuer-sdk folder cd issuer-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