Skip to content

EXPERIMENTAL: Facilitates payment token mapping between Mojaloop Connector (SDK Scheme Adapter) & CBS Connector

License

Notifications You must be signed in to change notification settings

mojaloop/payment-token-adapter

Repository files navigation

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

Before you run functional tests, make sure to run the ttk backend using this command.

docker compose -f ./test/func/ttk-docker-compose.yml up -d

Then you can execute the functional tests

npm run test:functional

Then you can tear the ttk backend down using this command.

docker compose -f ./test/func/ttk-docker-compose.yml down 

Build and Run

npm run start:build

Run with Docker

docker compose -f ./test/func/docker-compose.yml up -d

Tear down Docker

docker compose -f ./test/func/docker-compose.yml down

About

EXPERIMENTAL: Facilitates payment token mapping between Mojaloop Connector (SDK Scheme Adapter) & CBS Connector

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages