Zainab Wahabzainabwahab.hashnode.dev·Sep 18, 2024Understanding Gas in Ethereum: Gas Fees, Gas Price, and Gas Limit ExplainedIn the Ethereum blockchain, gas plays a crucial role in ensuring that transactions and smart contracts are executed efficiently. Whether you're transferring ETH, interacting with decentralized applications (dApps), or deploying smart contracts, under...Discuss·5 likesWeb3
Fawole Joshua0xjosh.hashnode.dev·Sep 3, 2024Gas in Ethereum Blockchain Network: A Friendly GuideWhether you use crypto applications or you are a smart contract developer, you must have had occasions to pay gas fees. If you have ever paid delivery riders to help you deliver something from one location to another, then you should know that the co...DiscussEthereum
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
Ola_eth0xola.hashnode.dev·Aug 13, 2024Optimizing Gas Fees in EthereumUnderstanding Gas in Ethereum Ethereum requires the execution of smart contracts and transactions to be paid in gas fees. These fees are critical as they incentivise miners to include transactions in blocks and prevent abuse of network resources. Hig...DiscussGas fee
Antoniantobuilds.hashnode.dev·Jul 28, 2024Viction's ZeroGas Integration: Exploring How it works, Benefits and Use casesNot too long ago, I tweeted about Viction zerogas integration here. This article seeks to provide insight into how it works and the potential use case of this integration which developers can explore. In the rapidly evolving world of web3, gas fees r...DiscussVictionviction
Jonas Seberajonas-sebera.hashnode.dev·May 3, 2024My 15 Gas Optimization techniques for a standard Solidity smart contractGas optimization is crucial to reduce costs and enhance the efficiency of smart contracts. So, how can you achieve this? Here are thirteen tips to help you optimize gas usage in Solidity: Use appropriate data types: Choosing the right data types can...DiscussBlockchain
Kshitij Khankakshitijkhanka.hashnode.dev·Mar 24, 2024Everything about Blockchain - Week 1 of LearningAfter reading this blog, you will learn about — Blockchain basics and properties, Hashing algorithms, Mining, Distributed P2P Network & Gas Fees. Side context : This marks the beginning of exploring and diving deep into Blockchain, Protocols, Cryptog...Discuss·1 likeBlockchain
Shreyansh Pandeyshreyansh03.hashnode.dev·Dec 26, 2023Transforming Blockchain Scalability With Layer 2As more and more people choose blockchain as a viable alternative to existing centralized systems and seek improved security and privacy, the surge in blockchain and cryptocurrency adoption has given rise to the issue of scalability due to increasing...DiscussBlockchain
sushthecodaissamesush.hashnode.dev·Oct 23, 2023What the ETH is EIP 1559?GM fam! If you're knee-deep in the crypto world or just lurking on the fringes, you've probably come across the term "EIP". But what does it really mean?Grab your virtual surfboard, we're diving deep into the Ethereum ocean! 🌊 EIP: What's the 411?"E...DiscussEthereum
Samuel Sramkossramko.hashnode.dev·Sep 7, 2023Part 2: Decoding Ethereum dApp Development: Nonce, Gas, and Fees ExplainedAfter my previous post, you should be familiar with the concepts of the nonce in your dApp. Today, I will be trying to solve the next important puzzle in transaction preparation, and it is fee management for EVM-based blockchains, taking Ethereum as ...Discuss·55 readsHow to build on blockchain XXXBlockchain