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
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
npm run start:build
docker compose -f ./test/func/docker-compose.yml up -d
docker compose -f ./test/func/docker-compose.yml down