forked from Qortal/qortal
For this commit, the included .aip file, and qortal.jar, match what was used to produce the installer for release v1.2.2. In a future commit, maybe remove qortal.jar as it is only included here to illustrate current location in build tree. Updates to .aip file could be, and maybe even should be, committed. This build toolchain uses AdvancedInstaller v16 or better but may require an (expensive) enterprise licence. It is possible to obtain an 'open source'-use free licence from AdvancedInstaller by contacting them directly. However this may result in restricted functionality with AdvancedInstaller and some installer features, e.g. multi-language support, may have be to removed.
Qortal Project - Official Repo
Build / run
- Requires Java 11. OpenJDK 11 recommended over Java SE.
- Install Maven
- 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.
- Or use supplied example shell script: run.sh
Description
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.
Languages
Java
98.2%
Shell
0.5%
HTML
0.5%
JavaScript
0.4%
Perl
0.3%