Samarth Saxenaawesamarth.hashnode.dev·Nov 15, 2024Mainnet Forking in FoundryIntroduction When developing smart contracts, we often need to interact with contracts that have already been deployed. It would not be a smart decision to deploy the contract and test it on Mainnet using real ETH. But, thankfully for us, there is a ...DiscussFoundry ModeBlockchain
Diluk Angelodilukangelo.dev·Nov 7, 2024Understanding and Setting Up The Graph Protocol: A Beginner's Guide (1/2)What is The Graph? 🤔 Imagine trying to find a specific piece of information in thousands of pages of documents. Pretty hard, right? That's similar to what it's like trying to get specific data from a blockchain. The Graph is like having a super-smar...DiscussGraphQL
Mohd Arslan Siddiquioodlesblockchaincompany.hashnode.dev·Aug 2, 2024Top Web3 Trends | Creating the Future of FinanceThe financial landscape is transforming with the advent of Web3 technologies. The next evolution of the internet represents Web3 development, characterized by decentralization, blockchain technology, and a profound focus on empowering individuals to ...DiscussWeb3
Mohd Arslan Siddiquioodlesblockchaincompany.hashnode.dev·Aug 1, 2024The Potential of Web3 in Streamlining B2B CollaborationIn the rapidly evolving digital landscape, Web3 development represents the internet’s next frontier. Unlike its predecessors, Web3 is decentralized, leveraging blockchain technology to create a more open, secure, and user-centric online experience. T...DiscussWeb3 In B2b
Mohd Arslan Siddiquioodlesblockchaincompany.hashnode.dev·Jul 30, 2024Web3 in Real Estate Development | Scope and Future OutlookWeb3 represents the next evolutionary step in Internet technology, marking the transition from Web2’s centralized server-client model to a decentralized paradigm. At its core, Web3 development harnesses blockchain technology and decentralized network...DiscussWeb3 In Real Estate
John FáwọléforBlockchain Alphablockchainalpha.hashnode.dev·Jul 17, 2024How to make Assertions with Foundry - Cheatcode GuideI guess you started your smart contract development journey by using Remix as your IDE for both development and testing. By now, you have discovered that you cannot carry out high-level testing with Remix - and here comes Foundry. This is why I am cr...Discuss·69 readsSoftware Engineering
ASHDEEP SINGHarshthecoder.hashnode.dev·Jul 7, 2024Intro to Solidity IIContinuing from previous article Constructor Well, constructors in solidity are similar to constructors in other languages. Some common features of constructor in solidity are : Executed only once Create only once constructor (even that is optional...DiscussBlockchainWeb3
LABORE KODJO AGBETSIASSIstarlabman.hashnode.dev·Jun 28, 2024To-do List Blockchain dApp avec NextJS + Solidity + Web3.js - Tutoriel pas à pasIntroduction Dans ce tutoriel, nous allons créer une application décentralisée (dApp) de liste de tâches en utilisant plusieurs technologies clés : NextJS pour le front-end, Solidity pour les smart contracts, Web3.js pour l'interaction avec la blockc...DiscussBeginner Developers
Yash Guptayashcommits.hashnode.dev·May 6, 2024What exactly is web3?The term "Web3" is all about the internet evolving, focusing on new technologies like blockchain and decentralization. It's basically a fancy name created by smart people to say that it's the next big thing after what we're using now (Web2 for ex. fa...DiscussWeb3
Agnibha Chakrabortyagni03.hashnode.dev·Apr 26, 2024Proof Of Work In BlockchainOverview Proof of Work (PoW) is a decentralized consensus mechanism used in blockchain networks to verify and add new transactions to the ledger. It works by requiring miners to solve complex computational puzzles to add a block to the blockchain, ea...DiscussBlockchain