Published inCoinmonks5 Mental Model for Writing Gas-Efficient ContractsIn this article, we will think in terms of gas and explore some thought patterns hat can be used while designing smart contracts.Aug 16, 2023Aug 16, 2023
Published inCoinmonksEnter Migration Transaction- Deploy contract on EOA addressIs it possible to deploy a contract on your externally owned account? Let’s find out in this article.Aug 1, 2023Aug 1, 2023
Understanding Storage Gas CostsLets learn how to structure the read-and-write storage operations appropriately to save more gas.Jul 25, 2023Jul 25, 2023
Published inCoinsBenchSafely Manage Smart Contract OwnershipPhoto by John Schnobrich on UnsplashJul 19, 2023Jul 19, 2023
Published inCoinsBenchHow to be sure that an address is a contract?There is no definite way to determine an address is a contract, but surely there are ways that may suit your use-case, let’s exploreJul 15, 2023Jul 15, 2023
Published inCoinsBenchHow Transient Storage Reduces Gas CostTransient storage will allow the value to persist (like storage) but just for the lifetime of the transaction. Lets learn more..Jul 6, 20231Jul 6, 20231
Deterministic addresses using Create & Create2How to derive the same address on multiple chains? Lets learn how to use create and create2 to derive contract addresses before deployingJul 4, 2023Jul 4, 2023
How to Use Zero Knowledge Dapp BoilerplateWe will be building a simple zk dapp for age verification using snarks, circom, and solidity.Jul 2, 2023Jul 2, 2023
On Recursion and TrampoliningDid you know that recursion can be optimized using a concept which works similar to the way how we jump on a trampoline.Jul 1, 2023Jul 1, 2023
Published inPran LevitatesUnburdening Effect of ForgivenessResearch has shown that unforgiveness can act as a physical burden and may slow you down in your life. Forgiveness can make you lighter.Feb 12, 2021Feb 12, 2021