OrganicOpzblog.organicopz.com·Oct 3, 2024Building Decentralized Applications (DApps) on EthereumDecentralized applications, commonly referred to as DApps, are revolutionizing the tech landscape by removing intermediaries and providing enhanced security, transparency, and control to users. Built on blockchain technology, Ethereum is the most pop...BlockchainEthereum
OrganicOpzblog.organicopz.com·Oct 3, 2024Getting Started with Ethereum: A Developer's GuideEthereum has become a dominant platform for blockchain development, allowing developers to create decentralized applications (dApps) and smart contracts. If you're a developer looking to dive into the world of Ethereum, this guide will help you get s...BlockchainBlockchain
Awais Sajidblackdiamond.hashnode.dev·Jan 12, 2024**Essentials of Ethereum Development: Providers, Signers, ABIs, and Token Flow**Providers: - A way to communicate with an Ethereum node.- They allow reading data like account balances, NFT ownership, and more.- Accessible either through a third-party wallet (e.g., MetaMask) or directly using RPC URL. Signers: - They are like pr...Ethereum Development
Wasiu Akindoyinwasiu-akindoyin.hashnode.dev·Nov 20, 2023Mastering Solidity: Requirements and Custom Errors in Ethereum ContractsIntroduction Solidity is a high-level, object-oriented programming language for implementing smart contracts. Smart contracts are programs that govern the behaviour of accounts in the Ethereum network. Solidity is a curly bracket language designed to...Ethereum
Paul Etimhenchman.hashnode.dev·Aug 13, 2023Week 2 — Ethereum BasicsI hope y’all read the Week 1 article where I talked about Blockchain concepts like nodes, clients, transactions, accounts, EVM, gas fees, L2’s, ERC’s, to mention a few. This week, I will give a summary of week 2, where we dived into these concepts. O...Blockchain DevelopmentEthereum
Micck Davisblockchain-expert.hashnode.dev·Jun 7, 2023Demystifying the Ethereum Virtual Machine: A Comprehensive Guide to Execution and OptimizationIntroduction to the Ethereum Virtual Machine (EVM) The Ethereum Virtual Machine (EVM) is a crucial component of the Ethereum blockchain network, responsible for executing smart contracts and decentralized applications (DApps). In this comprehensive g...Ethereum
RareSkillsrareskills.hashnode.dev·Apr 8, 2023Solidity Test Internal FunctionTo test an internal solidity function, create a child contract that inherits from the contract being tested, wrap the parent contract’s internal function with an external one, then test the external function in the child. Foundry calls this inheritin...65 readsSolidity
Filip Manoleblog.filipmanole.com·Aug 21, 2022I resigned from my job to become a blockchain developerLong story short I left my Software Engineer job, had no offers from other companies and had zero experience developing applications in the blockchain space. I always had a mindset of continuous improvement as the only way to become successful. Even...4 likes·100 reads4articles4weeks