CGChris Gachauinchrismg.hashnode.dev·Jun 27 · 6 min readFully Homomorphic Encryption explainedImagine giving someone a locked box and asking them to do math on what is inside it. They cannot open the box. They cannot see the number. They cannot even guess whether the number is small, large, se00
CGChris Gachauinchrismg.hashnode.dev·Jun 27 · 7 min readMy CKB Learning Process So FarI have been learning CKB through the CKBuilder track for the past few weeks, and I figured it's a good time to write down how that process has actually felt from my side. Not the polished version. The00
CGChris Gachauinchrismg.hashnode.dev·Jun 13 · 7 min readYour .eth Name Is a Website NowI built a small app for a very specific idea: Write HTML/CSS/JS in the browser → preview it live → publish it to IPFS → write the IPFS link to your ENS contenthash → open it at yourname.eth.limo. Th00
CGChris Gachauinchrismg.hashnode.dev·Jun 13 · 3 min readA Short Explainer on IPFSIPFS stands for InterPlanetary File System. The name sounds dramatic, but the idea is simple: IPFS is a way to store and load files by what they are, not where they live. On the normal web, a URL us00
CGChris Gachauinchrismg.hashnode.dev·Jun 7 · 9 min readERC-4337: Smart Wallets Without Changing EthereumEthereum wallets are still weirdly primitive. For most users, a wallet means: One private key One seed phrase One account One scary signing popup Zero forgiveness Lose the key? Gone. Sign the wrong 00