Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 715 Bytes

readme.md

File metadata and controls

36 lines (18 loc) · 715 Bytes

Message Stream Library

Readme for the Message Stream Library for Mojaloop

Message Protocol

Refer to the following Message Protocol documentation for more information on what messages can be produced and consumed by this library.

Documentation

Refer readme.md Message Protocol

Install

  1. npm install @mojaloop/central-services-shared

Producer

Documentation

Refer to JSDocs for the producer.js

Usage

Refer to the example in examples/producer.md

Consumer

Documentation

Refer to JSDocs for the consumer.js

Usage

Refer to the example in examples/consumer.md