Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 298 Bytes

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.