Skip to content

HenrikJannsen/bisq-daonode

 
 

Repository files navigation

bisq-daonode

Overview

TODO

Building source code

This repo has a dependency on git submodules bisq and bisq-gradle.
There are two ways to clone it before it can be compiled:

# 1) Use the --recursive option in the clone command:
$ git clone --recursive  https://github.com/bisq-network/bisq-daonode.git

# 2) Do a normal clone, and pull down the bisq repo dependency with two git submodule commands:
$ git clone https://github.com/bisq-network/bisq-daonode.git
$ cd bisq-daonode
$ git submodule init
$ git submodule update

To build:

$ ./gradlew clean build

To update submodule:

$ git submodule update --remote

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 79.9%
  • Java 18.5%
  • HTML 1.4%
  • JavaScript 0.2%