Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 500 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 500 Bytes

Blockchain

Installation

git clone https://github.com/LuMug/blockchain
cd blockchain

Linux

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

Windows

Compile using gradle and directly run the JARs

./gradlew.bat build
java -jar <module>/build/libs/<module>.jar