Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 652 Bytes

File metadata and controls

25 lines (17 loc) · 652 Bytes

onlyswaps-docker

This project allows you to build a local docker setup with the latest version of onlyswaps for testing or fiddling purposes

Prequisites

Quickstart

  • Pull submodules:
    git submodule update --init --recursive

  • Build the necessary state:

./build-chains.sh

  • Run the corresponding docker zoo:
    docker compose up -d

You should now be able to run onlyswaps verifiers and UIs until your heart's content!

Other Info

  • build is the artifact output directory and will be cleared every run