/mobile-wallet-bridge

[WIP] A mobile-browser solution using sockets for paying with kin in the browser

Primary LanguageTypeScript

Kin Mobile-Browser Bridge Solution

Server

  • Backend with WebSocket
cd server
npm install
npm run build
npm run start

Client

  • This part mimicks 3ed party like Medium or TapaTalk
cd client
npm install
npm run build
npm run start