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
sh create_jar.sh (or ./gradlew build -x test shadowJar)
java -jar ./build/libs/bisq-seednode-0.8.0-SNAPSHOT-all.jar [options]
See also docs/run-on-tor-and-regtest.md
You'll first need to install the Lombok plugin for IDEA. Then import the project as you normally would.
- See the docs directory
- See the Seednode Maintainer and Operator roles
- See the Docker related instructions