MCMulandi Ceciliainzk-on-ckb.hashnode.dev·Jun 9 · 12 min readResearch Notes: ZK on CKB: Note 01What I Think Is Possible and Why the Architecture Makes It Tractable NOTE: These are my personal research notes documenting what I am learning and finding as I explore zero-knowledge proofs on CKB. Di00
MCMulandi Ceciliainmulandi.hashnode.dev·May 31 · 9 min readCKB Block Anatomy: Molecule All the Way DownPart 4 of 4: The CKB & Molecule Series In the previous posts we learned what cells are, why Molecule exists, and how to use it in Rust. Now we go to the deepest level and look at how the CKB block its10
MCMulandi Ceciliainmulandi.hashnode.dev·May 31 · 7 min readMolecule in Rust: A Byte-by-Byte WalkthroughPart 3 of 4: The CKB & Molecule Series In the last post we learned why Molecule exists. In this one we use it. By the end you will have encoded a value, printed its raw bytes, and understood exactly w10
MCMulandi Ceciliainmulandi.hashnode.dev·May 31 · 6 min readMolecule: Why CKB Needed Its Own Serialization FormatPart 2 of 4: The CKB & Molecule Series In the last post we learned that CKB cells store raw bytes in their data field. In this post we ask the obvious follow-up question: how do those bytes get their 00
MCMulandi Ceciliainmulandi.hashnode.dev·May 31 · 4 min readCKB in 4 Minutes: What Lives on a Blockchain Anyway?Before we talk about how CKB encodes data, we need to understand what CKB actually stores. This post is for complete beginners; no blockchain experience needed. Forget everything you know about databa10