Abstraxnabstraxn.hashnode.dev·Dec 20, 2024Secure Your Crypto Journey With Passkeys and Account AbstractionWhile the evolution of crypto wallets is remarkable, the UX/UI still disappoints as the onboarding process is extremely complicated, and users still need to rely upon intermediaries to access decentralized finance. To fix this problem Account abstrac...account abstraction providers
JiffyLabsjiffylabs.hashnode.dev·Dec 13, 2024From EIP-3074 to EIP-7702EIP-3074, the Predecessor EIP3074 was introduced to enhance the interaction between EOAs and smart contracts on Ethereum by introducing sponsored transactions. Sponsored transactions are achieved through the introduction of two new opcodes, AUTH and ...Blockchain
Nikhil Bhintadedecryptedbytes.com·Oct 4, 2024Developer’s Guide to ERC-4337 #1 | Developing Simple AccountLately, I’ve been exploring ERC-4337, which introduces account abstraction with an alternative mempool. It’s a really exciting topic because it lets developers hide much of the complexity with wallet management and dapp interaction, making the user e...Solidity
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...ERC-4337
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...1 likeBlockchain
Samarth Saxena0xsamarth.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...JiffyLabs
Buidl On BaseforProject Buidl On Basebuidlonbase.hashnode.dev·Aug 24, 2024Getting Started With PaymasterCoinbase Paymaster is a service that helps you pay for transaction fees (aka "gas fees") when using decentralized apps (dApps) on different blockchain networks. It's super helpful for new users who want to try out dApps without having to buy addition...1 likecoinbase
Abstraxnabstraxn.hashnode.dev·Aug 23, 2024How Account Abstraction is Enhancing Blockchain SecurityBlockchain technology has brought unprecedented security to digital transactions, but it also presents new challenges, particularly in the user management landscape. Traditional blockchain systems rely on private keys for authentication, putting imme...Blockchain
Manish Pokhrelmanishpoko.hashnode.dev·Aug 14, 2024What is 'Account Abstraction' in Web3?Account Abstraction - simplified. As the blockchain world continues to evolve, one concept that’s gathering eyeballs is Account Abstraction. This innovation has the potential to redefine how we interact with blockchain networks, making them more flex...web3education
BuildBearbuildbear.hashnode.dev·Aug 5, 2024EIP-3074 and EIP-7702: A New Era to Account AbstractionThe Ethereum Account Abstraction roadmap kicked off in 2023 and has since become a prominent subject, especially with the recent announcement of EIP-3074’s inclusion in the upcoming Ethereum Hard fork (Pectra). This article explores how the Pectra up...Web3