Idris OlubisiforAxelar Developer Blogblog.axelar.dev·Mar 21, 2024Goerli Deprecation and New Ethereum Sepolia, Layer 2 Sepolia Support with AxelarWe want to inform you that all Goerli-type chains on the Axelar testnet have been deactivated following the Ethereum Foundation's Goerli deprecation announcement earlier this year. This move makes way for additional support on Ethereum Sepolia and al...Discuss·1 like·170 readsSmart Contracts
Harshita Badwalharshitasblog.hashnode.dev·Feb 27, 2024Truffle Secrets Revealed: Boost Your Ethereum Development Game!What is Truffle? Truffle is a toolkit for creating things on the Ethereum network. It includes tools for creating, testing, and deploying smart contracts, which are self-executing agreements that operate on the Ethereum network. Imagine you're buildi...Discuss·1 likeEthereum
BuildBearbuildbear.hashnode.dev·Dec 19, 2023Inscription Spam: Disrupting Developer Experiences on Public TestnetsThis article was first published on the BuildBear website at https://www.buildbear.io/blogs/Inscription_Spam Due to the growing popularity of inscriptions, gas prices on the Goerli testnet have surged to over 19,000 GWei. Similar spikes in gas price...Discussinscription
Siddeshc4crypto.hashnode.dev·Oct 26, 2023Writing an NFT Contract with inbuilt Push Notifications Support ~ Push ProtocolSmart Contracts typically operate independently, meaning if you deploy an NFT contract and users mint NFTs, you might not have a straightforward way to monitor these actions. While you can create custom event listeners or services to send email notif...Discuss·262 readspush notifications
BuildBearbuildbear.hashnode.dev·May 11, 2023Hey, are you having trouble getting the Testnet ETH? We have a solution 🎉🎉BuildBear — where you can create your own blockchain in seconds with your own faucet and explorer. 🐻 Here’s how to get started: Create a custom network using BuildBear. 1.1. Visit the BuildBear App and log in with your GitHub or Google Account. Fr...Discuss·1 like·198 readsTestnet
Aayush GuptaforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·May 3, 2023How to Migrate a DApp from Goerli to Sepolia Using QuickNodeIn this tutorial, you will learn how to migrate your DApp from Goerli to Sepolia using QuickNode, a fast and reliable RPC node provider. As you may know, the Goerli network has faced several issues recently, from the low availability of test funds t...Discuss·11 likes·353 readsGoerli
Ngoc Tran Minhngoctm.hashnode.dev·Mar 14, 2023Top FAUCET Ethereum GOERLI - The Ultimate Guide!For those who are in need of a faucet Goerli ETH (gETH) here is the secret for you! This thread includes List of the most popular gETH faucets Their requirements and limitations Bonus: ways to get more gETH you never knew With the recent launch ...Discuss·122 readsfaucet
Jasmeen Maradeeyablog.jasmeenmaradeeya.me·Nov 22, 2022How to deploy smart contract on Goerli testnet with help of truffle and infura in detailBefore deploying smart contract on mainnet we have to deploy in testnet so we can test that our smart contract is working properly or not. we are going to deploy our smart contract on Goerli testnet. We are going to discuss below topics in this blog....Discuss·38 readsSmart Contracts
Shikhar Pratap Vermashikkhar.hashnode.dev·Oct 6, 2022Fastest way of Migrating your Dapps to Mumbai/Goerli Test-netNow its time to say Good Bye 👋 to our good old friend Ropsten-Rinkeby. It is very important to shift your previous dapp to a new testnet in order to shill your projects in future . This will be the fastest way of migrating your previous projects or ...Discuss·4 likes·95 readsrinkeby
Emmanuel Oaikhenanemmaodia.hashnode.dev·Oct 4, 2022A Guide on compiling and deploying your first Smart Contract to the Goerli Testnet using Hardhat.This guide will teach you how to use the Hardhat library to compile your Smart Contract and deploy it to a Testnet. This guide assumes that you have read my guide on: Welcome to Solidity, and as a result, we will not go over the primary definitions o...Discuss·75 readsBlockchain