Christopher Anabo
Christopher Anabo
Senior Tech Lead
Christopher Anabo

Notes

Solidity Smart Contract development using HardHat

Solidity Smart Contract development using HardHat

Setup

1. Install NodeJS

2. npm install -g npx

3. npm install -g yarn

 

Building ERC20 Token project using yarn - hardhat - opezeppelin

1. create folder auction

2. cd auction

3. yarn init -y

4. yarn add --dev hardhat

5. npx hardhat, just do enter, enter, enter

6. yarn add --dev @nomicfoundation/hardhat-toolbox

7. yarn add --dev @openzeppelin/contracts

 

* to install specific version

   yarn add package-name@version

OR

  from package.json then yarn install