Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 944 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 944 Bytes

bisq-seednode

Build Status

Prerequisite

Be sure to have the bcprov-jdk15on-1.56.jar file inside of the JDKs ext directory:

[PATH TO JAVA_HOME]/jre/lib/ext/bcprov-jdk15on-1.56.jar

Build

sh create_jar.sh  (or ./gradlew build -x test shadowJar)

Run

java -jar ./build/libs/bisq-seednode-0.7.1-SNAPSHOT-all.jar  [options]

See also docs/run-on-tor-and-regtest.md

Import into IDEA

You'll first need to install the Lombok plugin for IDEA. Then import the project as you normally would.

Further information