Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 685 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 685 Bytes

Getting started

  1. Install dependencies

    npm install
  2. Run docker smart contract (tendermint ABCI app) server in smart-contract repository (https://github.com/ndidplatform/smart-contract)

  3. Run docker NDID API in api repository (https://github.com/ndidplatform/api)

Run Test in docker

Required

Build

npm run docker-build

Run Test Authentication flow (IDP,RP)

npm run docker-authen-up

Run Test Data Request flow (IDP,RP,AS)

npm run docker-dataRequest-up