git clone https://github.com/LuMug/blockchain
cd blockchain
There is a handy script to compile everything and generate
linux executables in the build/
folder
chmod +x scripts/build.sh
scripts/build.sh
cd build
This will generate a folder containing
api
forger
miner
node
seeder
webserver
Compile using gradle and directly run the JARs
./gradlew.bat build
java -jar <module>/build/libs/<module>.jar