Posts

Blockchain Simulator - Hashing internal nodes of Merkle Tree - 13

Image
ExSan++ The ExSan Abstract Data Structure can be used to implement a complex blockchain structure. Each ExSan Node can be considered a block in the chain, pointing to a Merkle Binary Tree. In fact, each ExSan Node can point to any user-defined abstract structure.   1  LEARNING BLOCKCHAIN       2  This a Computer Science topic quite interesting.       3  I have coded my first simulations using  ExSan       4  It already has implemented binary tree in every block / node Wikipedia Merkle Tree       5  This simulations tracks blockchains transactions without hashing.       6  Every row is a peer, when it reaches the end of the row it comes        7  back to the begining of the row

Blockchain simulator - Sha256 Merkle Tree 12b

Image
ExSan++ The ExSan Abstract Data Structure can be used to implement a complex blockchain structure. Each ExSan Node can be considered a block in the chain, pointing to a Merkle Binary Tree. In fact, each ExSan Node can point to any user-defined abstract structure.   1  LEARNING BLOCKCHAIN       2  This a Computer Science topic quite interesting.       3  I have coded my first simulations using  ExSan       4  It already has implemented binary tree in every block / node Wikipedia Merkle Tree       5  This simulations tracks blockchains transactions without hashing.       6  Every row is a peer, when it reaches the end of the row it comes        7  back to the begining of the row