Skip to content

sovereign-app/chamberlain-startos

Repository files navigation

sovereign.app Logo

Chamberlain for StartOS

Chamberlain is a Cashu mint built on CDK with an integrated LDK Lightning Network node.

Dependencies

Install the system dependencies below to build this project by following the instructions in the provided links. You can find instructions on how to set up the appropriate build environment in the Developer Docs.

Cloning

Clone the project locally:

git clone https://github.com/sovereign-app/chamberlain-startos.git
cd chamberlain-startos
git submodule update --init --recursive

Building

To build the chamberlain package for all platforms using start-sdk, run the following command:

make

To build the chamberlain package for a single platform using start-sdk, run:

# for amd64
make x86

or

# for arm64
make arm

Installing (on StartOS)

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
start-cli --host https://server-name.local package install chamberlain.s9pk

If you already have your start-cli config file setup with a default host, you can install simply by running:

make install

Tip: You can also install the chamberlain.s9pk using Sideload Service under the System > Manage section.

Verify Install

Go to your StartOS Services page, select Chamberlain, configure and start the service. Then, verify its interfaces are accessible.

Done!