Skip to content

lorcents/vw

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published