Writing A Blockchain Written in Crystal Part 1
22 Jul 2020 3 minute read 7 comments Unhedged
So, what is a blockchain? It’s a list (chain) of blocks linked and secured by digital fingerprints (also known as crypto hashes). The easiest way to think of it is as a linked list data structure. That being said, a linked list only required to have...