Browsing Tag
Ethereum
13 posts
How We Achieved 40% Gas Savings with Formal Verification and Merkle Proofs
A technical deep dive into storage packing, tiered detection, and mathematical optimization As blockchain developers, we constantly face…
Ethereum Foundation on Interop, Cardano x NEAR Intents, Bitget Wallet’s Gassless UX, SWIFT Confirms Linea for On-chain Payments
We are welcoming you to our weekly digest! Here, we discuss the latest trends and advancements in account…
A sleek solidity cheatsheet
part 1 of a 5 part series on essentials for solidity devs solidity_cheatsheet.sol cryptography_cheatsheet.sol assembly_cheatsheet.sol designPatterns_cheatsheet.sol security_cheatsheet.sol It…
BasilicaEVM: A modern dApp Stack
Starting a new Web3 project? BasilicaEVM is a comprehensive development stack designed for building modern, performant, and scalable…
Transaction Per Second (TPS)
In the blockchain world, transactions per second (TPS) metrics measure the number of transactions a blockchain can process…
A Missed Modifier, A Race Against Time: The Genesis of a Handy Online Smart Contract Editor
Navigating the thrilling yet challenging realm of Solidity can sometimes throw curveballs our way. One such unexpected moment…
Building Trust in a Trustless World: Decentralized Applications Unveiled
In this chapter, we’ll explore decentralized applications, or DApps. They were born from Ethereum’s vision of reinventing the…
Ethereum’s Oracles: Unleashing Trustless Wisdom from Beyond the Blockchain
In this chapter, we’ll explore oracles in Ethereum. Oracles are systems that link Ethereum smart contracts with external…
No More Goerli Faucets! Using the New Infura Sepolia Faucet for Ethereum Smart Contract Testing
When you first start developing on Ethereum, you quickly discover how critical it is to test your dapps—even…
Account Abstraction in Web3
Introduction In this article, we will be learning about a recent paradigm in the Ethereum and web3 ecosystem…