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

mojaloop/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. Every folder that is post fixed with the word -core-connector is a core connector for a specific participant

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. It will install npm dependencies, build and start the server. To stop the server from running, press CTRL + C

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

Customizing the core connector

To refactor the newly created core connector refer to the core connector template guide here.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages