AAyokomiinalchemistv2breakdown.hashnode.dev·Apr 15 · 6 min readBreaking Down AlchemistV2: How Alchemix Handles Yield and DebtBefore diving in, you can follow along directly with the source code here:https://github.com/alchemix-finance/v2-foundry/blob/master/src/AlchemistV2.sol Overview This article breaks down the internal 00
AAyokomiinalchemistv2breakdown.hashnode.dev·Apr 15 · 6 min readBreaking Down AlchemistV2.sol: How Alchemix Handles Yield and DebtBefore diving in, you can follow along directly with the source code here: https://github.com/alchemix-finance/v2-foundry/blob/master/src/AlchemistV2.sol Overview This article breaks down the internal00
AAyokomiinweb3interactionevolutionfromwindowethereumtoerc-7702.hashnode.dev·Mar 24 · 5 min readThe Evolution of Web3 Interaction: From window.ethereum to ERC-7702The Web3 interaction layer has evolved from an unstandardized interface into a structured system of protocols that govern communication, discovery, account abstraction, and payment execution. What beg10
AAyokomiintheevolutionofweb3interactionfromwindowethereumtoerc-7702.hashnode.dev·Mar 20 · 6 min readThe Evolution of Web3 Interaction: From window.ethereum to ERC-7702Anyone building in the Web3 space knows how fast the landscape shifts beneath your feet. What started as a simple global object injected by a browser extension has evolved into a complex ecosystem of 10
AAyokomiinreacthookss.hashnode.dev·Mar 18 · 6 min readStop Guessing React Hooks: A Practical Guide with ExamplesReact Hooks are the foundation of modern React development, enabling functional components to manage state, handle side effects, and optimize performance. Despite their widespread use, many developers10