Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 627 Bytes

File metadata and controls

11 lines (7 loc) · 627 Bytes

Blockchain-Testing

Testing how bitcoin creates there hashes and connects them in a chain

Written in java, even though java isnt a suitable language for the financial industry this project is just to represent the core ideas behind the blockchain. The code was taken from a book about blockchain.

I have added an excel spreadsheet showing the time complexity of requiring leading zeros in a hash function which I made myself.

There are also test classes(which I have not included) that interact with these classes as the code is not currently functional.

I will probably add more to this as I learn more about blockchain.