Skip to content

A "mock" DFSP backend service that illustrates the API that must be implemented by DFSPs in order to send and receive via the Mojaloop SDK

License

Notifications You must be signed in to change notification settings

vijayg10/sdk-mock-dfsp-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mojaloop SDK Mock DFSP Backend

This package contains an HTTP server which provides a basic implementation of the Mojaloop SDK simplified DFSP backend API for education, demonstration and testing purposes.

Usage

To run the mock backend in conjunction with the Mojaloop SDK scheme adapter:

  1. Clone this repository locally.
  2. From a terminal cd to the root of the repository.
  3. ...
cd src
docker-compose up

For information on the Mojaloop SDK simplified DFSP backend API please see the openapi specification here

This package is available as a pre-built docker image on Docker Hub: https://hub.docker.com/r/mojaloop/sdk-mock-dfsp-backend

About

A "mock" DFSP backend service that illustrates the API that must be implemented by DFSPs in order to send and receive via the Mojaloop SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • Dockerfile 2.4%