JiffyLabsjiffylabs.hashnode.dev·Sep 2, 2024Bundler Earnings & Gas Calculations in 4337Only 10.21% of bundlers are currently profitable, with the majority yet to surpass $10 in profit. This profitability largely hinges on gas prices. In this post, we will explore the different gas parameters in ERC-4337 and examine how bundlers can gen...DiscussERC-4337
JiffyLabsjiffylabs.hashnode.dev·Aug 30, 2024What happens to a UserOp within a Bundler?Introduction Following our previous post on UserOperation CallData, several readers asked, "Why do we need a bundler when I can just relay the UserOp directly to the entrypoint from an Externally Owned Account (EOA)?" To answer this, let's break down...DiscussBundler
JiffyLabsjiffylabs.hashnode.dev·Aug 30, 2024What is Account Abstraction ?Account Abstraction or EIP 4337 is a blockchain technology that allows users to use smart contracts as their Externally Owned Accounts, rather than depending only on private keys. Previously, blockchain networks used private keys to trigger transacti...Discuss·1 likeBlockchain
Jeffrey Owolokojeffrey-owoloko.hashnode.dev·May 23, 2024The Role of Account Abstraction in Ethereum's EvolutionIn the dynamic landscape of the Ethereum network, account abstraction stands as a key development poised to redefine user interaction and broaden the horizon for developers. This shift marks a crucial step away from the traditional complexities assoc...Discuss·10 likesERC-4337
Meet Jainmeetjain.hashnode.dev·Jan 9, 2024ERC-4337 / Account AbstractionPre-requisite Basic understanding of -Ethereum -Smart Contracts What is ERC-4337? Account Abstraction, aka ERC-4337, is a new approach to solving the wallet user experience on Ethereum today. Account Abstraction acts as a "smart contracts wallet" whe...Discuss·29 readsERC-4337
Marcin Zduniakzduniak.com·Nov 30, 2023Account Abstraction resourcesI have been studying quite a lot about Account abstraction and ERC-4337 recently. I will point out here some resources worth reviewing: Walk through a thinking process of arriving at the current AA design, showing which problems had to be resolved a...Discussaccount abstraction
Mrinmoy Porelmrinnnmoy.hashnode.dev·Nov 21, 2023Account Abstraction (EIP-4337): A Deep Dive into Ethereum's Evolution.A Comprehensive Exploration of Account Abstraction (EIP-4337) - Understanding, Implementing, and Shaping the Future of Ethereum Smart Contracts. Introduction In the dynamic realm of blockchain technology, Ethereum has emerged as a trailblazer, fundam...Discuss·26 readsEthereum
Irwing Telloirwingtello.hashnode.dev·Nov 10, 2023Optimizing user experience in your dapp with ERC-4337 and QuickNodeIntroduction: Having the best user experience in Web3 is the key. When we talk about Blockchain and EVM blockchains, people with no knowledge often say: In the battle against the traditional financial system, developers of different protocols are tr...Discuss·44 readsERC-4337
Saurabh Sisodiaherambaa.hashnode.dev·Oct 3, 2023Account AbstractionAccount abstraction allows users to customize how they interact with the Ethereum blockchain according to their needs. Normally, users interact with Ethereum using an externally-owned account (EOA) or contract account associated with one unique priva...Discuss·1 like·36 readsaccount abstraction
BountyHunt3rbountyhunt3r.hashnode.dev·Jul 18, 2023Smashing ERC4337 Wallets For Fun and Profit – IntroThe ERC4337 standard is something I’ve been coming across more in auditing projects. And it seems to be the direction we are moving towards to allow for mainstream adoption of web3. This is because externally owned accounts (or wallets) as we know th...Discuss·33 readsWeb3