https://github.com/massmux/boltzcli
Boltzcli for atomic swaps within your LND node
https://github.com/massmux/boltzcli
boltz lightning lnd swap
Last synced: 2 months ago
JSON representation
Boltzcli for atomic swaps within your LND node
- Host: GitHub
- URL: https://github.com/massmux/boltzcli
- Owner: massmux
- Created: 2023-11-26T15:16:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T18:58:24.000Z (over 1 year ago)
- Last Synced: 2025-02-13T09:23:20.498Z (4 months ago)
- Topics: boltz, lightning, lnd, swap
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boltzcli
Connect boltz to your LND install and run swaps using the cli. This tool makes possible to connect your existing LND node to boltz and use the cli to make atomic swaps and reverse swaps.
First of all clone the repository and build the image
```
cd boltzcli
docker build -t massmux/boltzcli .
```or get the ready image
```
docker pull massmux/boltcli
```now rename the file .boltz-lnd/boltz.toml.example in .boltz-lnd/boltz.toml and configure the part of LND section to point to your LND funds source.
now just run the daemon
```
docker-compose up -d
```when the daemon is running, you can invoke the cli like this
```
docker exec -ti boltzd boltzcli getinfo
```