mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +00:00
5d55801e1d
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1) Updates `express` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
assets/icon | ||
tor | ||
index.js | ||
index.js.map | ||
index.ts | ||
package-lock.json | ||
package.json | ||
Readme.md | ||
tsconfig.json |
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.