Skip to content

*DEPRECATED* for reporting-hub-* components that use the Business Ops Framework (https://mojaloop.github.io/business-operations-framework-docs). DESCRIPTION: Operator settlement functionality

License

Notifications You must be signed in to change notification settings

mojaloop/operator-settlement

Repository files navigation

CircleCI

operator-settlement

Swagger api location

Build and installation requirement

You'll need the .npmrc file for Azure npm repo where casablanca-lib is hosted. You can find this in 1Password under "Mowali vault", "Documents" category. Look for _.npmrc for Azure Devops services npm repo_ file and copy the content of the file to src/.npmrc. .npmrc is in the gitignore so you won't accidentally commit it.

Installing

cd ./src
yarn install

Building

make build

Push to the repo

Follow the instructions from the Build and installation requirement section above, then:

make push