Skip to content

mirceavesa/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

Packages

No packages published

Languages

  • TypeScript 44.8%
  • Rust 26.0%
  • Shell 13.4%
  • Makefile 11.1%
  • Dockerfile 4.7%