Skip to content

paolobettelini/blockchain

Repository files navigation

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

About

A blockchain proof of concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published