Skip to content

EXPERIMENTAL: Mojaloop reference connectors which can be used the sdk scheme adapter

Notifications You must be signed in to change notification settings

Horac3/ml-reference-connectors

 
 

Repository files navigation

Reference Core Connectors

Git Releases CircleCI

This is a collection of all reference core connectors from COMESA Digital Retail Payments Platform project.

Core Connectors in this Collection

  • Airtel Core Connector Zambia

Creating a new Connector

Clone this repository or fork it.

git clone https://github.com/mojaloop/ml-reference-connectors.git

Change into the cloned directory

cd ml-reference-connectors

Create a new core connector by running this command

./create.sh -c zm -n airtel

Once you have run this command, it will created a folder named airtel-zm-core-connector

This command also creates a new branch for the core connector. For this connector, it will be called ft/airtel-zm-core-connector

Do not commit directly to main. Only work on the core connector you created or are assigned to. This will prevent merge conflicts

Setup

Run these commands to setup the newly created connector

Node Setup

Make sure nvm is installed

nvm install
nvm use

Install dependencies

npm i

Building the core connector

To build a new core connector refer to the core connector template guide here to refactor your newly created connector for the new dfsp

About

EXPERIMENTAL: Mojaloop reference connectors which can be used the sdk scheme adapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.1%
  • HTML 39.1%
  • Other 1.8%