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. Auth Server

How to Build

Run Auth Server Project


  1. Enter auth-server folder cd auth-server

  2. Install all dependencies with npm install

  3. Run npm run dev to start the Auth Server

PreviousSetup Development EnvironmentNextHow to Test

Last updated 1 year ago