© 2023 Hashnode
#hardhat
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 …
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 pro…
Hardhat provides a "hardhat_setStorageAt" method call on its network. This allows one to set the value of any storage slot in a Hardhat network. Since Hardhat supports mainnet forking, we can now tweak the slots in the mainnet fork. As a us…
gm gm gm!!! Today we will write an NFT (ERC721) smart contract, allowing sending and receiving an NFT from different chains. To transfer our NFTs between chains, we will use Router Cross-Talk Library.…
Hardhat is an Ethereum development environment created to simplify the creation, testing, and deployment of smart contracts for programmers. It offers a set of features and tools that let developers c…
The Cosmos network is one of the most promising blockchain networks that enable interoperability between different blockchain platforms, and it's becoming increasingly important for developers to unde…
Verifying your smart contracts is a crucial step in ensuring the transparency and trustworthiness of blockchain-based applications. Making the contract’s code publicly accessible and providing proof o…
For most developers who just start learning Web3 & Solidity, choosing the best development environment can be overwhelming and could become the learning progress barrier. In this article, we will learn how to set up a development environmen…
New technology can be daunting to delve in at first. Starting off with Ethereum development might have been overwhelming in the past few years, but it has never been easier to take a smart contract fr…