© 2023 Hashnode
#goerli
Before 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. …
Now 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 f…
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 def…
We will use Remix to code a contract that can get token real-time price, for example, ETH. First, we need to check the Chainlink document to see the code to get the latest price: https://docs.chain.link/docs/get-the-latest-price/ // SPDX-Li…