j-white / gftn-services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global Financial Transaction Network Services

This code was developed at IBM during 2017-2020, and contributed to open source in September 2021.

Overview

This is a monorepo of code intended to support a scalable cloud service for issuing and trading digital assets. The website is written in typescript and javascript, and can be found in the directory world-wire-web.

There are two types of users: administrator and participant.
The administrator is primarily implemented by the administration-service, although some methods are also implemented in the world-wire-web javascript. The main role of the administrator is to manage participants.

When participants are deployed by the administrator, several services are spawned for the participant and used only by that participant. These are:

  • api-service
  • crypto-service
  • send-service
  • payment-listener
  • ww-gateway

Finally, in addition to the administration-service, there are the global services:

  • quotes-service
  • gas-service
  • participant-registry
  • fee-service
  • anchor-service
  • auth-service
  • global-whitelist-service

To Developers

Probably the best way to understand what is going on is to look through the postman collections. For example, this directory covers a lot of ground.

The deployment scripts and yaml files are in the automation-service directory tree, especially k8s.

About

License:Apache License 2.0


Languages

Language:Go 40.3%Language:TypeScript 26.2%Language:JavaScript 9.7%Language:HTML 8.1%Language:Shell 5.9%Language:Gherkin 5.9%Language:SCSS 1.7%Language:Makefile 0.9%Language:Dockerfile 0.9%Language:Groovy 0.2%Language:PLpgSQL 0.2%Language:EJS 0.0%Language:Java 0.0%Language:PowerShell 0.0%