A connector that facilitates payments between a Mojaloop Connector (SDK Scheme Adapter) and a Core Banking system
This project is still in development
To run the project clone the repository into your local machine
git clone https://github.com/mojaloop/mifos-core-connector.git
Change directory into the project folder
cd mifos-core-connector
nvm use
npm install
npm run build
npm run start
npm run test:functional
npm run test:unit
npm run start:build
docker compose -f ./test/func/docker-compose.yml up -d
docker compose -f ./test/func/docker-compose.yml down