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
- JWS (JSON Web Signature) - For signing and signature verification
- Interledger Protocol - For generating and verifying Interledger message content
- Mojaloop Requests - An abstration that simplifies making HTTP requests to Mojaloop API compliant peers demonstrating specification compliant HTTP header handling and JSON Web Signatures
- 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