Merkle Roots and Proofs in Clojure (+ intro to blockchain)

preview_player
Показать описание
Boston Clojure Meetup Dec 2021, presenter Mark Champine.

Merkle Roots and Proofs are used in blockchain tech as an efficient way of proving that transactions are present on the chain. This presentation includes a introduction to blockchain, describes how Merkle Roots work, and takes a brief look at a Clojure implementation of an algorithm for constructing Merkle Roots and Proofs from streaming data.
Рекомендации по теме
Комментарии
Автор

While learning merkel tree and found this by chance, really cool. Thanks for sharing

errelin