Skip to content

boomcrypto/lnstxbridge-client

 
 

Repository files navigation

LN-STX Bridge Client

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 join@lnswap.org to be added to access list.

install with script (experimental)

  • 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)

install with docker-compose

install - regtest/mocknet

  • 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

Docs

Documentation available at lnswap docs.

Acknowledgements

This is a simplified fork of lnstxbridge which is a fork of boltz

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 51.9%
  • TypeScript 43.3%
  • Clarity 3.4%
  • Other 1.4%