0.1.3 • Published 10 months ago

@mojaloop/ml-jws-health-check-svc v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Ping pong service

Git Commit Git Releases Npm Version NPM Vulnerabilities CircleCI

This service is responsible for validating the mutual TLS (mTLS) setup, JSON Web Signature (JWS) functionality, and network connectivity with a Mojaloop hub.

It ensures that the necessary security and communication protocols are correctly configured and operational, which is critical for secure and reliable interactions with the Mojaloop ecosystem.

Contributing

Refer to CONTRIBUTING.md for information on how to contribute, committing changes, releases and snapshots.

Pre-requisites

Install dependencies

npm install

Build

Command to transpile Typescript into JS:

npm run build

Command to LIVE transpile Typescript into JS live when any changes are made to the code-base:

npm run watch

Run

npm start

Tests

npm test