Aung Aung Myo Myintdrlinuxer.hashnode.dev·3 hours agoUnderstanding Modifiers in SolidityIf you're exploring Solidity, one important feature you'll often come across is modifiers. They are a powerful tool for cleaning up your code and making it more reusable. In this blog post, we'll explain what modifiers are, how they work, and how the...Solidity & EthereumEthereum
Crypto Trading Platformtardingplatform.hashnode.dev·Dec 20, 2024Cryptocurrency: What It Is and Whether You Should InvestWhen people hear the term "cryptocurrency," they often think of Bitcoin. While Bitcoin is the most famous cryptocurrency, there’s a lot more to the world of digital money. This article will explain what cryptocurrency is and help you decide if it’s w...Cryptocurrency
CryptapeforCryptape Jungleblog.cryptape.com·Dec 20, 2024Satoshi Scoop Weekly, 20 Dec 2024Crypto Insights Insights From the 2024 Developer Report This report provides an overview of the 2024 crypto developer ecosystem, focusing on developer trends, global adoption, chain diversification, and use-case diversify. Key findings include: 🧑💻...DigestBlockchain development
Lilian Cariourasengansec.hashnode.dev·Dec 19, 2024Fuel, FuelVM and Sway LanguageFuel's Purpose-Built Architecture Fuel introduces a novel architecture specifically optimized for Ethereum rollups. This architecture addresses the core issues by integrating: Parallelization: FuelVM supports parallel transaction execution, leveragi...swaylanguage
Lilian Cariourasengansec.hashnode.dev·Dec 19, 2024LST/LSD/LRT : From Zero to Hero1. Liquid Staking Definition Liquid staking allows users to stake tokens and simultaneously use them in the DeFi ecosystem. This is made possible by wrapping the staked tokens and providing users with a wrapped token that is a claim on the underlying...liquidstaking
Lilian Cariourasengansec.hashnode.dev·Dec 19, 2024Uniswap V4 HooksYep one more article on uniV4 hooks, but this one is different (or maybe not) Introduction UniV3 vs UniV4 : Uniswap v3 introduced concentrated liquidity features that allow liquidity providers to choose price ranges to earn higher fees from their c...uniswapV4
tdey auditstdeyblogs.hashnode.dev·Dec 19, 2024Wtf is hyperledger fabric, & why use it over ethereum ?Disclaimer : I am a eth maxi, hence views might be biased jk In simple words, Hyperledger Fabric is an open source enterprise-grade permissioned blockchain by the Linux Foundation. Yes, you heard it right. It is a permissioned blockchain unlike well ...hyperledger fabric
Aung Aung Myo Myintdrlinuxer.hashnode.dev·Dec 18, 2024The Evolution of the Web: From Web1 to Web3The internet has changed a lot since it first started, and it's now on the brink of its biggest transformation yet. We've moved from the simple, static pages of Web1 to the interactive, user-driven platforms of Web2, and now to the new, decentralized...Solidity & EthereumEthereum
Khushi TrivediforKeploy Community Blogkeploy.hashnode.dev·Dec 18, 2024How Fuzz Testing Saved a Software Company Millions?What would happen if your software faced an unpredictable input that no one ever thought to test? Could it withstand the challenge or fail catastrophically? Software has been a backbone for every industry, whether e-commerce platforms or the finance ...fuzzing
Aung Aung Myo Myintdrlinuxer.hashnode.dev·Dec 18, 2024Understanding the require Statement in SolidityIn Solidity, the require statement is a crucial tool that every developer should understand well. It is important for contract execution and error handling, making sure certain conditions are met before a function proceeds. Let's explore its usage, f...Solidity & EthereumEthereum