AAbundanceinmypov.hashnode.dev00Understanding the Euler Core SystemApr 16 Β· 5 min read Β· This 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, Join discussion
AAbundanceinmypov.hashnode.dev20EVM OPCODESApr 10 Β· 6 min read Β· You 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 bytJoin discussion
AAbundanceinmypov.hashnode.dev10The Evolution of Web3 InteractionMar 28 Β· 3 min read Β· Everyone 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 browserJoin discussion
AAbundanceinmypov.hashnode.dev10React HooksMar 18 Β· 4 min read Β· I 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. HoJoin discussion
AAbundanceinmypov.hashnode.dev10Ethereum's Token Standards: A Guide to ERC20Feb 23 Β· 4 min read Β· If 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 tJoin discussion