Skip to content

nimble-123/BlockchainExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockchainExample

This blockchain demo is for educational purpose. It is implemented in JAVA 8 with no dependencies to 3rd-party-libs.

Just clone this repository with

git clone git@github.com:nlsltz/BlockchainExample.git

Navigate into the directory with

cd BlockchainExample

The project is build with gradle, just run

gradle build

and you get a build directory with the compiled source and a .jar file

To run the demo just type

gradle run

(c) Nils Lutz 2018

About

Educational example of a blockchain implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages