/payment-token-adapter

An adpater that facilitates payment token mapping between a Mojaloop Connector (SDK Scheme Adapter) and a Core Banking system Connector to support G2P payments

Primary LanguageHTMLApache License 2.0Apache-2.0

Payment Token Adapter

Git Releases Npm Version NPM Vulnerabilities CircleCI

Overview

An adpater that facilitates payment token mapping between a Mojaloop Connector (SDK Scheme Adapter) and a Core Banking system Connector to support G2P payments

This project is still in development

Running the project

To run the project clone the repository into your local machine

git clone https://github.com/mojaloop/payment-token-adapter.git

Change directory into the project folder

cd payment-token-adapter

Set node version

nvm use

Install dependencies

npm install

Build

npm run build

Run

npm run start

Test

npm run test:unit

Build and Run

npm run start:build