A user signs a transaction request from their account The transaction is broadcasted to the Ethereum network through a node Upon hearing of the new...
What is Hardhat? Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. If you were using remix so far,...
Hardhat is a development environment that allows you to quickly edit, compile, debug and deploy your smart contract and Dapps, you can pretty much...
Ethers.js is a library, written in javascript that allows you to connect any application to an Ethereum blockchain and its ecosystem. It's basically a...
installing npm i ethers we pass the rpc as the following to connect to the blockchain in the main(). const provider = new...
Lesson 3 In order to interact with a contract, you need 2 things Address ABI -> Application Binary Interface How do I inherit? contract...