SOURC3XYZ / sourc3

Decentralized Development Environment
Apache License 2.0
6 stars 2 forks source link

Background service #137

Open anatolse opened 2 years ago

anatolse commented 2 years ago

New design implies that we avoid wallet API and all communication with blockchain(s) is performed from Web browser by means of web extensions ( Beam Web Wallet, Metamask). For this reason we need a background service which has to provide common functions both for web and for git-remote-sourc3, also it should give possibility for git-remote-sourc3 to communicate with web (for tx confirmations, for example). This background service should be explicitly installed on the developer's machine, it should listen for web sockets.