A very simple implementation of blockchain using java.
The code explains the basic structure of individual block and how each block is added to the blockchain along with default hash algorithm.
A simple implementation of blockchain, central ledger and how group of transactions forms a unit of blockchain using Java
Java