
only the autodidacts are free. prev. founding eng @ thirdweb.
42 Followers
YO DEVS @thirdweb contracts are bound for a redesign and i'm looking for feedback on our new architecture we're opting for a hooks design just like Uniswap hooks try it out here: https://thirdweb.com/thirdweb.eth/ERC721Core
hey y’all
what does this simple Solidity contract look like in inline assembly? and does that actually save gas ?!? this question was bugging me for a while, and i finally spent an evening answering this concretely. here's code and explanation: https://github.com/nkrishang/yul-strings
I solved 'huff-puzzles' and played around with strings in general: https://github.com/nkrishang/huff-puzzles-solutions My `SimpleStringStore` includes multiple storage read / writes and I have a hunch that I'm missing fundamental understanding that leads to those multiple storage read/writes