AAbundanceinmypov.hashnode.devΒ·Apr 16 Β· 5 min readUnderstanding the Euler Core SystemThis article breaks down the Euler core architecture, starting from the main Euler.sol contract, then diving deeper into its dependencies: I will try to make you understand how Euler becomes modular, 10
AAbundanceinmypov.hashnode.devΒ·Apr 10 Β· 6 min readEVM OPCODESYou click βConfirmβ on MetaMask, and behind the scenes, your transaction turns into raw bytecode. That bytecode gets broken down into tiny instructions. The Ethereum Virtual Machine executes these byt10
AAbundanceinmypov.hashnode.devΒ·Mar 28 Β· 3 min readThe Evolution of Web3 InteractionEveryone talks about scaling, gas fees, and TPS, but the real issue has always been user experience Everything starts with Window.Ethereum Previously, each wallet injected its own API into the browser20
AAbundanceinmypov.hashnode.devΒ·Mar 18 Β· 4 min readReact HooksI am completely new to React and React hooks; everything honestly feels abstract. But I was able to do some research, and now I can better understand useState, useEffect, useCallback, and the rest. Ho00
AAbundanceinmypov.hashnode.devΒ·Feb 23 Β· 4 min readEthereum's Token Standards: A Guide to ERC20If you are building on Ethereum, you must understand that standards are what make the ecosystem work. What do I mean by this? ERC20 is an Ethereum token standard. It basically defines the rules your t20