mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
This might give Python devs an easier time than if all the sample code lived deep inside a gradle project. This means there is no root project gradle build file; the reference-doc-builder and java-examples modules are separate java projects, with their own build files.
7 lines
359 B
Bash
Executable File
7 lines
359 B
Bash
Executable File
#!/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"
|