#!/bin/bash # Absolute or relative directory path to the fully built Bisq source project, usually `master` or `bisq`. # See https://github.com/bisq-network/bisq/blob/master/apitest/docs/api-beta-test-guide.md#clone-and-build-source-code # for instructions on how to set up Bisq for running API daemon in regtest mode. export BISQ_HOME="../../master-scratch"