This is a light client to interface with lnstxbridge to facilitate submarine/atomic swaps between Lightning Network/onchain BTC <-> STX/USDA/(Any SIP10 token) on Stacks
- Allows client to register to main lnstxbridge instance in order to signal supported pairs.
- Accept and Execute trustless swaps
- Running on https://lnswap.org
In order to join the aggregator lnswap.org send an email to [email protected] to be added to access list.
- copy and paste the below command into your umbrel/raspiblitz/mynode and follow the instructions
bash <(curl -s https://cdn.jsdelivr.net/gh/pseudozach/lnstxbridge-client@main/install.sh)
- follow instructions at docker-compose/readme.md
- clone the repo, install requirements and compile
git clone https://github.com/pseudozach/lnstxbridge-client.git
cd lnstxbridge-client && npm i && npm run compile
- start btc & lnd
npm run docker:regtest
- copy boltz.conf to ~/.lnstx/boltz.conf and modify as needed
- start the app
npm run start
Documentation available at lnswap docs.
This is a simplified fork of lnstxbridge which is a fork of boltz