This is an EXPERIMENTAL GSP Connector that was developed for the Mojaloop Bootcamp for PISPs (hosted by DFS Lab) by Mojaloop's Team.
More info about the Mojaloop's team submission can be found here: https://github.com/mojaloop/ml-pisp-bootcamp.
Refer to CONTRIBUTING.md for information on how to contribute, committing changes, releases and snapshots.
npm install
Command to transpile Typescript into JS:
npm run build
Command to LIVE transpile Typescript into JS live when any changes are made to the code-base:
npm run watch
npm start
npm test