Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

s1seven/verification-service

Repository files navigation

Verification Service

CircleCI

FOSSA Status

Intro

The Verification Service provides an API and a web interface to verify the authenticity of certificates generated by the Notarization Service. Please refer to en10204.io.

Starting app

  • Install dependencies yarn
  • Build all by running yarn build
  • Start app yarn workspace verification-service-backend start
  • Go to localhost:3000, the app should be running

Configuration

The URL defining the chain is read from the environment variable BIGCHAINDB_URL. In case no value is provided the default https://test.ipdb.io/api/v1/ is set.

Testing

  • Install dependencies yarn
  • Build all by running yarn build
  • Start containers yarn workspace verification-service-backend docker:test:infra
  • Run unit tests yarn test

Public demo

Can be found at demo.en10204.io.

Further documentation

Please refer to documentation.en10204.io.