Blockchain Simulator - Hashing internal nodes of Merkle Tree - 13
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 bl...