Merkle Trees
Last updated
Last updated
There are three foundational concepts, if understood well, can make the initial learning journey for BSV easier we call them the Bitcoin primitives. While the other two concepts are Hash Functions and Digital signatures, the focus of this course is to cover Merkle trees. As this is a beginner-level course, it assumes no knowledge of BSV. This Course is designed for anyone that wants to learn more about Bitcoin and will introduce some general computer science techniques. Upon completion students will understand how these techniques enable the system to scale efficiently.
At the end of the course you will understand the following:
What Merkle trees are.
How Merkle trees are used in Bitcoin.
Why Merkle trees are used in Bitcoin
How Merkle trees help Bitcoin scale.
What elements are involved in a Standardised Merkle Proof.