Step1, run the code in your terminal.
We begin by making a mission folder, and use npm init -y
to generate an npm mission. -y
means say sure to each immediate.
Then we set up the hardhat
library. Hardhat is an Ethereum growth atmosphere. It helps to check, compile, deploy and debug good contracts.
Keep in mind to install all dependencies primarily based in your mission. For instance, within the case of an NFT good contract, you would possibly wish to add npm set up @openzeppelin/contracts
.