Start9Labs / bisq-startos

Bisq for StartOS
GNU General Public License v3.0
3 stars 1 forks source link

Project Logo

Bisq for StartOS

Bisq is a decentralized bitcoin exchange network that facilitates secure, private, and censorship-resistant exchanges of bitcoin for national currencies and other cryptocurrencies over the internet. This repository is dedicated to creating the s9pk package, which allows for the installation of the Bisq Standalone Desktop App on StartOS.

Dependencies

Prior to building the bisq package, it's essential to configure your build environment for StartOS services. You can find instructions on how to set up the appropriate build environment in the Developer Docs.

Cloning

Clone the Bisq package repository locally.

git clone https://github.com/Start9Labs/bisq-startos.git
cd bisq-startos

Building

To build the Bisq service as a universal package, run the following command:

make

Installing (on StartOS)

Before installation, define host: https://server-name.local in your ~/.embassy/config.yaml config file then run the following commands to determine successful install:

:information_source: Change server-name.local to your Start9 server address

start-cli auth login
#Enter your StartOS password
make install

Tip: You can also install the bisq.s9pk by sideloading it under the StartOS > System > Sideload a Service section.

Verify Install

Go to your StartOS Services page, select Bisq, configure and start the service. Done!