Skip to content

nunchuk-io/electrs-wrapper

 
 

Repository files navigation

Wrapper for Electrum Rust Server (electrs)

electrs is an efficient re-implementation of Electrum Server written in Rust. This wrapper allows electrs to integrate with other services on embassy-os and exposes its config in the embassy-os UI.

Dependencies

Cloning

git clone https://github.com/Start9Labs/electrs-wrapper.git
git submodule update --init
cd electrs-wrapper

Building

make

Sideload onto your Embassy

SSH into an Embassy device. scp the .s9pk to any directory from your local machine. Run the following command to determine successful install:

scp electrs.s9pk root@embassy-<id>.local:/embassy-data/package-data/tmp # Copy the S9PK to the external disk
ssh root@embassy-<id>.local
embassy-cli auth login
embassy-cli package install electrs.s9pk # Install the sideloaded package

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.8%
  • Rust 23.2%
  • Shell 22.0%
  • Makefile 9.8%
  • Dockerfile 4.2%