comit-network / app

Moved to
https://github.com/comit-network/taker-ui
MIT License
1 stars 1 forks source link

Backend: Bootstrap Node.js API and Integrate with Desktop app #3

Closed yosriady closed 4 years ago

yosriady commented 4 years ago

Technical specs

Implement the backend Node.js service that will act as a counterparty. It implements the maker side of the SDK negotiation protocol by making offers and proceed with the swap if someone takes the offer from the desktop client.

-- /
 | - maker/ (backend)
    |- package.json
 |- app/ (frontend)
 |- package.json

This task covers just the setup and configuration, as well as integrating it with the Electron app. At minimum, the Electron app should be able to communicate with it. Starting the Electron app should also start this backend.

Defition of Done

yosriady commented 4 years ago

Closed via https://github.com/comit-network/app/commit/1885cde373b2174f472a0865a1724f09afd61fb2