/mojaloop-sdk-standard-components

A set of components that encode standard practices for interacting with Mojaloop API compliant systems

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Git Commit Git Releases Npm Version NPM Vulnerabilities CircleCI

Mojaloop DFSP SDK Standard Components

This package contains a set of components that encode standard practices for enabling the following features of a DFSP to Mojaloop switch interface:

Usage

npm install @mojaloop/sdk-standard-components
  1. JWS (JSON Web Signature) - For signing and signature verification
  2. Interledger Protocol - For generating and verifying Interledger message content
  3. Mojaloop Requests - An abstration that simplifies making HTTP requests to Mojaloop API compliant peers demonstrating specification compliant HTTP header handling and JSON Web Signatures
  4. Errors - Mojaloop API specification compliant error helpers

For an example usage of these components please see the Mojaloop SDK Scheme Adapter available here.

For information on the background and context of this project please see the presentation here