© 2023 Hashnode
#web30
Events in solidity are the signals fired by smart-contract. ethers.js has once function for listening to the emitted events. The function takes two parameters: eventName Name of the event. It should be a string. listener It is the functio…
Web3 technology can transform how organizations operate, which is why it is creating a stir in the technology industry. It helps companies to create flexible, true-ownership digital assets and decentralized apps. As a result, NFT (non-fungi…
If you're a developer there is no way that you have not heard of web3. I am not gonna explain the in and outs of blockchain/web3 in this post because most of you know this and if you don't there are p…
Introduction: The internet has revolutionized how we communicate, share information, and conduct business. However, it's not without its flaws. Issues like centralized control, privacy concerns, and security vulnerabilities have raised impo…
Introduction New technologies make the rounds in the tech world now and then. Given the nature of developers, learning about these new trends is critical, especially if you belong to a group of develo…
Introduction The emergence of blockchain technology and decentralized systems has paved the path for the next phase of internet evolution. Web3, also referred to as the decentralized web, offers the p…
Yeah, I know. You are probably thinking: “web3 again!! Today it’s either web3, cryptocurrency, or NTF and I still don’t get what this web3 is all about and how it’s supposed to be the future of the in…
What Is Solidity? Solidity is a High-level Object Oriented Programming Language that is primarily used for writing Smart Contracts. A Smart Contract is a code that is useful for interacting with the E…
"Remix: the ultimate Ethereum IDE! 🚀 Whether on the web or desktop, Remix is the open-source IDE for seamless Ethereum development. Start building effortlessly with its user-friendly interface and ex…
Module Overview: In this module, we will delve into the concept of "web3" and its significance. To understand web3, it is helpful to contrast it with previous internet paradigms, namely web1 and web2.…