robosats/desktopApp
dependabot[bot] 56049181f1
chore(deps): bump body-parser and express in /desktopApp
Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 05:53:57 +00:00
..
assets/icon icons added 2024-06-22 18:18:03 +05:30
tor duplicate readme deleted 2024-06-18 13:27:02 +05:30
index.js changed app name 2024-08-07 00:27:34 +05:30
index.js.map changed app name 2024-08-07 00:27:34 +05:30
index.ts icons added 2024-06-22 18:18:03 +05:30
package-lock.json chore(deps): bump body-parser and express in /desktopApp 2024-09-26 05:53:57 +00:00
package.json chore(deps): bump body-parser and express in /desktopApp 2024-09-26 05:53:57 +00:00
Readme.md readme updated 2024-06-23 10:12:01 +05:30
tsconfig.json Desktop app folder added 2024-06-11 16:48:06 +05:30

RoboSats Desktop App

RoboSats desktop app serves the RoboSats frontend app directly and redirects all API requests to RoboSats P2P market coordinator through your TOR proxy.

How to Use

Step 1: Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/RoboSats/robosats.git
cd robosats

Step 2: Install Dependencies

cd desktopApp
npm install

Step 3: Run the App Locally

npm run start

Step 4: Package the App

To package the app for different platforms (Linux, Windows, macOS), use the corresponding npm commands:

npm run package-linux
npm run package-win
npm run package-mac

Additional Information

This desktop app ensures all API requests are redirected through a TOR proxy to maintain privacy and anonymity while accessing the RoboSats P2P market coordinator.