Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 325 Bytes

File metadata and controls

5 lines (3 loc) · 325 Bytes

A) The "Symmetry" Challenge: try the Decoder (Turning those raw bytes back into a Go struct).

B) The "Proof" Challenge: learn how to generate a Merkle Proof (showing that a specific Transaction exists in a Batch without sending the whole Batch)?

C) Optimization: see how to make this 10x faster using generalized indices?