Mrinmoy Porelmrinnnmoy.hashnode.dev路Sep 17, 2023Hardhat: An Ethereum Development Environment.Introduction. Hardhat is a development environment for Ethereum smart contracts. It allows you to create, debug, test, and deploy smart contracts. It provides all the tools you need to help you debug and test your smart contracts, such as setting up ...DiscussEthereum
Idris OlubisiProblog.idrisolubisi.com路Jul 11, 2023Solving the TypeError: no matching function Error in HardhatIt's a bug-fix day. I encountered an error while attempting to deploy my contract to the testnet using Hardhat with the command below. npx hardhat run scripts/deploy.js --network <testnet> After spending a couple of hours debugging, I realized that ...Discuss路22 likes路326 readsBug Fixeshardhat
Alex KitProdev.kit.eco路Jun 13, 2023Ethereum: Autogenerated TypeScript classes to read and write* contract's private state variables* to write in the local and forked development network In the previous article, we looked into how the EVM storage is arranged and how we can access all the contract's data relatively easily when the contract is validated or we have the source code. ...Discuss路10 likes路35 readsEthereum
Agastya Gauragastyagaur.hashnode.dev路May 29, 2023Unleashing the Potential of Hardhat in Blockchain DevelopmentIntroduction: Blockchain technology has brought about a paradigm shift across various industries, providing transparency, security, and decentralization. As blockchain adoption continues to soar, developers are in constant pursuit of efficient and fl...DiscussBlockchain
Aaron Rebeloaaronr2023.hashnode.dev路May 20, 2023Hardhat - Understanding the basicsWhat we'll be covering in this article? Setting up Hardhat Compilation Testing Debugging Deployment And much more ... Hardhat is a developer environment, to compile,deploy, test and debug your etherium software in a easy way. Even though we h...Discusshardhat
Haniinothanii.hashnode.dev路Apr 14, 20232023's Essential Blockchain Development Guide for DevelopersWhere do you begin learning Blockchain development with the many tools out there? In this complete Blockchain guide for developers, I'll cover the exact tools you need with examples along the way, including a simple React app that interacts with the ...Discuss路26 readsBlockchain
megabyteforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com路Apr 13, 2023How to build Reddit's NFT Marketplace using Polygon and Paper 馃搫gm gm gm!!! Indeed, in the current scenario, few NFT marketplaces cater to non-web3 users, primarily due to the poor User Experience (UX) they have to face. A significant barrier to entry for these users is the complexity of the Web3 ecosystem, inclu...Discuss路21 likes路247 readsNFT
megabyteblog.megabyte0x.xyz路Apr 13, 2023How to build Reddit's NFT Marketplace using Polygon and Paper 馃搫gm gm gm!!! Indeed, in the current scenario, few NFT marketplaces cater to non-web3 users, primarily due to the poor User Experience (UX) they have to face. A significant barrier to entry for these users is the complexity of the Web3 ecosystem, inclu...Discuss路1 like路74 readsExplorationNFT
Atharva Deosthaleblog.atharva.codes路Mar 26, 2023Running a local Ethereum test chain - solving the testnet problem!We all have been to the same place- we write a smart contract to deploy on one of the Ethereum testnets, but you don't have enough funds to deploy this contract. We then use all sorts of testnets and find their faucets to get as many funds as possibl...Discuss路10 likes路45 readsEthereum
Muhindo Galiengalien-m.hashnode.dev路Mar 18, 2023Understanding Hardhat Upgradable Smart Contracts(part 1)Hardhat is a development environment that is popular among developers working on Ethereum-based projects. It is an open-source tool that provides a suite of utilities to streamline the development process and make it easier to write, test, and deploy...Discuss路4 likes路48 readshardhat