Blockchain developer & researcher | https://amadimichael.github.io | Prev: @optimism @oplabs @rareskills
226 Followers
Happy to share that I'm joining @ OPLabsPBC as a Protocol Engineer. Excited to collaborate with some of the brightest minds to help scale Ethereum and build the future 🔴
Introducing Create3s: Cheaper Create3 deployments for small sized contracts. Create3s is up to 35K gas cheaper than Create3 for contracts sized <= ~3.6KB. The smaller the bytecode, the more gas saved. For how this works, here is the link to the repository. https://github.com/AmadiMichael/Create3s
New to UnsafeECC HD Wallet Parent Private Key Recovery Given knowledge of a parents pubkey and chaincode, if any non-hardened child wallets privkey along with its index leaks, it's easy to calc the parent's privkey and in turn all child privkeys Link: https://github.com/AmadiMichael/UnsafeECC
Found an elliptic curve lib I was writing from scratch last year but didn't have the time to work much on it. I spent the weekend completing it. It's not as optimized as standard cryptography libs, but I can say it's way faster than it was initially. https://github.com/AmadiMichael/EllipticCurves