BountyHunt3rbountyhunt3r.hashnode.dev·Oct 16, 2023[Full Guide] How to Write The Most Optimized Smart Contracts!A while ago I came across Huff, a domain-specific language to write highly optimized smart contracts, that directly use EVM byte codes. I’ve always taken an interest in low-level stuff, despite being a bit hard to follow (or very hard at some points)...Discuss·1 like·77 readsSolidity
Seshanth Sseshanth.xyz·Aug 28, 2022Huff Challenge #2Huff is a low-level EVM language to write optimized smart contracts. Huff's official Twitter account has shared a few challenges recently. I'll try to solve and share them here :) Challenge #2 Challenge #2 is to write an optimized Huff program to f...Discuss·155 readsEVM
Seshanth Sseshanth.xyz·Aug 21, 2022Huff Challenge #1I recently got to know about the new programming language called Huff. Huff is a low-level language to write EVM smartcontracts. What makes it different from other languages is that in Hufff we code directly in opcodes. With Huff one can write more...Discuss·1 like·66 readsEVM