0.1.3 • Published 10 months ago
@mojaloop/ml-jws-health-check-svc v0.1.3
Ping pong service
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 installBuild
Command to transpile Typescript into JS:
npm run buildCommand to LIVE transpile Typescript into JS live when any changes are made to the code-base:
npm run watchRun
npm startTests
npm test