This is the frontend for LN-SOV Bridge which is a non-custodial, submarine swap implementation that supports Rootstock and Lightning Network.
Mainnet deployment available at: https://marduk.exchange
-
clone the repo and install requirements
git clone https://github.com/pseudozach/boltz-frontend.git
cd boltz-frontend && npm i -
make required changes as per your environment to
.envfile -
start the app
npm run start
- visit
http://localhost:3000
docker buildx build --platform linux/amd64 -t kristjangrm/lnsovbridge-fe:latest .