Qortal Core - Main Code Repository Decentralized Data Network - Blockchain - TRUE Cross-Chain Trading - Application and Website Hosting - Much More - Qortal is the future internet infrastructure for the global digital world.
Go to file
2020-01-22 10:54:21 +00:00
lib/org/ciyam/at Bump HSQLDB from svn r5970 to release v2.5.0 2019-08-02 13:05:18 +01:00
src Improve TRANSFER_PRIVS tests to cover more aspects 2020-01-21 13:37:22 +00:00
.gitignore Updated .gitignore 2019-11-26 10:20:06 +00:00
DATABASE.md Updated build instructions in README.md and moved database info to DATABASE.md 2020-01-22 10:54:21 +00:00
log4j2.properties Fix case-typo in log4j2.properties 2019-11-26 08:57:04 +00:00
pom.xml Bump version to 1.0. Bump BC to 1.64, Jetty to 9.4.22 2019-11-12 15:05:39 +00:00
README.md Updated build instructions in README.md and moved database info to DATABASE.md 2020-01-22 10:54:21 +00:00

((Qora2)) - Qortal Project - Official Repo

Build / run

  • Requires Java 11
  • Use Maven to fetch dependencies and build: mvn clean package
  • Built JAR should be something like target/qortal-1.0.jar
  • Create basic settings.json file: echo '{}' > settings.json
  • Run JAR in same working directory as settings.json: java -jar target/qortal-1.0.jar
  • Wrap in shell script, add JVM flags, redirection, backgrounding, etc. as necessary.