Skip to content

Run the spaced daemon and the space-cli client from a GoTTY web ui.

License

Notifications You must be signed in to change notification settings

horologger/spaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Logo

Spaces for StartOS

Spaces allows for sustained interaction between Bitcoin lightning wallets and apps. Once an app connection is created, the app can request payments through a Spaces relay. This repository creates the s9pk package that is installed to run Spaces on StartOS.

Dependencies

Prior to building the spaces 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 Spaces package repository locally.

git clone https://github.com/horologger/spaces-startos.git
cd spaces-startos

Building

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

make

Alternatively the package can be built for individual architectures by specifying the architecture as follows:

# for amd64
make x86

or

# for arm64
make arm

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:

ℹ️ 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 spaces.s9pk by sideloading it under the StartOS > System > Sideload a Service section.

Verify Install

Go to your StartOS Services page, select Spaces and start the service.

Done!

About

Run the spaced daemon and the space-cli client from a GoTTY web ui.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published