Nostr Wallet Connect allows for sustained interaction between Bitcoin lightning wallets and apps. Once an app connection is created, the app can request payments through a Nostr relay. This repository creates the s9pk
package that is installed to run Nostr Wallet Connect
on StartOS.
Prior to building the nostr-wallet-connect
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.
Clone the Nostr Wallet Connect package repository locally.
git clone https://github.com/horologger/nostr-wallet-connect-startos.git
cd nostr-wallet-connect-startos
To build the Nostr Wallet Connect 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
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 nostr-wallet-connect.s9pk
by sideloading it under the StartOS > System > Sideload a Service section.
Go to your StartOS Services page, select Nostr Wallet Connect and start the service.
Done!