Skip to content

mojaloop/gsp-connector

Repository files navigation

GSP-Connector [EXPERIMENTAL]

Git Commit Git Releases

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.

Contributing

Refer to CONTRIBUTING.md for information on how to contribute, committing changes, releases and snapshots.

Pre-requisites

Install dependencies

npm install

Build

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

Run

npm start

Tests

npm test