Skip to content

shreshthtuli/SimpleBlockchainLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleBlockchainLib

A beginner blockchain library for java

Compile

javac -d build src/*.java  

Run test code

cd build
java TestBlockchain

Try to add blocks, save and load blockchain from '.blockchain' files. Change a particular data entry and validate the chain to test.

About

A beginner blockchain library for java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages