Skip to content

bolt-observer/boltz-lnd

 
 

Repository files navigation

Boltz LND

This repository contains a Boltz client for LND. It supports Normal Submarine Swaps (from onchain to Lightning coins) and Reverse ones (from Lightning to onchain coins).

The full documentation can be found here or in the docs folder

Building

To build Go version 1.14 or higher is required. boltz-lnd also has C dependencies which means a C compiler has to be installed to compile the daemon successfully.

The build process requires patches for dependencies, and some build flags, therefore the Makefile in the repository root should be used.

go mod vendor
make build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.1%
  • Makefile 1.4%
  • Other 1.5%