How does a light client (SPV) verify transactions without storing the full blockchain? #9
Answered
by
techvoyagerX
RuneEcho1357
asked this question in
Q&A
-
|
How does a light client (SPV) verify transactions without storing the full blockchain? |
Beta Was this translation helpful? Give feedback.
Answered by
techvoyagerX
Jul 30, 2025
Replies: 1 comment
-
|
It downloads only block headers and uses Merkle proofs to verify that a transaction is included in a block. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RuneEcho1357
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It downloads only block headers and uses Merkle proofs to verify that a transaction is included in a block.