Boltz Docs
Boltz Web App
Boltz Web App
  • 🖥️Run from Source
  • 📲Install as App
  • 🔍URL Parameters
  • 🔙Back to Docs Home
Powered by GitBook
On this page
  • Dependencies
  • Run
  • With Docker

Run from Source

We encourage our technical users to check the code and run the web app locally from source following the instructions below.

NextInstall as App

Last updated 8 months ago

Dependencies

Make sure to have the latest installed. We recommend using to manage npm installs: nvm install --lts

Run

Clone the repository, change to the project folder and run npm install to install all dependencies. Then npm run mainnet && npm run build and npx serve dist to bring it up.

Open in your browser and start swapping!

With Docker

docker build -t boltz-webapp .
docker run -d --rm -p 4173:80 --name my-boltz-webapp boltz-webapp
Node.js LTS and NPM
nvm
http://localhost:3000
🖥️
Page cover image