s1seven / verification-service

Verification service

Home Page:https://en10204.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Verification service

https://en10204.io

License:Apache License 2.0


Languages

Language:TypeScript 68.5%Language:Sass 29.0%Language:HTML 2.3%Language:Shell 0.2%