How to setup local Ethereum blockchain using hardhat for build and deploy smart contract
February 28, 2022 · 4 min read
Hardhat is a development environment that provides compiles, deploys, and tests smart contracts in the Ethereum blockchain. Hardhat provides to start local Ethereum network, test ETH and accounts It is a local server with Nodejs and it is a local blockchain server node. Hardhat local Ethereum network setup The following are steps required Prerequisite Install nodejs environment Node and npm should give a valid version First, create a directory using terminal...