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
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
nvm use
npm install
npm run build
npm run start
npm run test:unit
npm run start:build