Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 690 Bytes

Readme.md

File metadata and controls

30 lines (22 loc) · 690 Bytes

VW

virtual wallet microservice

Installation

Vw requires Node.js to run.

Install the dependencies and devDependencies and start the server

> git clone the repo
> cd vw
> run npm install
> create a .env file,copy .env.example and replace with your configuration
> npm run dev

Run in Postman

MPS Transaction

sequenceDiagram
UI->> VW: mps transaction
VW-->>MPS: stk push
VW-->> DB: seed transaction and logs
MPS-->> VW: mps callBack
VW ->>UI :Trasanction success
Loading