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
Saviour Ekingthesavioureking.hashnode.dev·Nov 27, 2024Mastering Solidity: My Transformative Journey into Blockchain DevelopmentIntroduction: Demystifying the Language of Decentralized Applications In the rapidly evolving world of blockchain technology, Solidity stands as a beacon of innovation, bridging the gap between traditional programming and the decentralized future. As...Web Development
Saviour Ekingthesavioureking.hashnode.dev·Nov 25, 2024Day 2 on the LearnWeb3.io Path: My Journey into Ethereum Development 🚀Hey there, tech enthusiasts! 👋 Today marks my second day diving into the exciting world of blockchain development on the LearnWeb3.io Ethereum developer path. It’s been a whirlwind of insights, paradigm shifts, and “aha!” moments. Whether you’re a c...Web3
John FáwọléforBlockchain Alphablockchainalpha.hashnode.dev·Nov 23, 2024Learn How to Build Personal Finance Smart Contracts on LineaAnyone who wants to build sustainable wealth must be interested in personal finance; the art and science of managing your money. This is something I have been interested in for a long time. Now that I have some free time off my sleeve, I am thinking ...Ethereum
John FáwọléforBlockchain Alphablockchainalpha.hashnode.dev·Oct 2, 2024Ethereum L2s Are Not Competitors: Roadmap to Shared GrowthCompetition is very keen in major industries, such as chip manufacturing, fast food, and many others. However, these industries have been around for a while, so the intense competition there is not quite surprising. What is rather more intriguing is ...31 readsEthereum
Vicentia Peace Piusvicentia.hashnode.dev·Sep 27, 2024Comprehensive Guide to Foundry Fuzz Testing in Smart ContractsIntroduction As a smart contract developer, you know how important it is to create different scenarios to test a contract since testing is crucial in ensuring its security. However, you cannot always find all the bugs in a contract or fully confirm i...Smart Contracts
Daniel Kambalekambalengununu.hashnode.dev·Sep 25, 2024What is Blockchain?If you've heard about blockchain, you might be wondering what it is and why we should use it. In this article, we will dive into the concept of blockchain, exploring its basic mechanisms and advantages, and why it is becoming a groundbreaking innovat...20 likesBlockchain
Solana launchersolanalauncher.hashnode.dev·Sep 16, 2024Which Blockchain Should You Choose: Solana or Ethereum for Your Token?When it comes to launching your own cryptocurrency token, the choice of blockchain is crucial. The two most popular options for token creation are Solana and Ethereum, each with their unique strengths and capabilities. While Ethereum has long been th...Cryptocurrency
Akanimoakanimorex.hashnode.dev·Aug 31, 2024ETH transfer methods in solidityIn Ethereum, transferring Ether between accounts is a fundamental operation. Whether you're building a decentralized application (dApp) or creating a complex financial system, understanding how to safely and efficiently send Ether is crucial. Solidit...10 likesSolidity
Michael Johnmicjohn.hashnode.dev·Aug 30, 2024The .transfer(), .send(), and .call() function Used in Solidity For Ether TransferSmart contracts are self-executing contracts that allows automatic transfer of digital assets when certain conditions are met. In Solidity, when developing smart contracts, handling Ether transfers is a crucial aspect that developers must get right f...1 likeEthereum