Merkle Trees in Elixir
The Merkle hash tree is an incredibly useful data structure used in a wide range of modern applications. Merkle trees are used in the IPFS file system, BitTorrent protocol, Git, Bitcoin, Ethereum, and a number of NoSQL systems like Apache Cassandra and Riak.
Read more about Merkle Trees in Elixir