okok
//downloads //hardhat-toolbox //dotenv ------npm install dotenv --save -----require('dotenv').config() //solidity prettier and prettier plugin ----npm install --save-dev prettier prettier-plugin-solidity //solhint ----- npm install -g solhint ---solhint --version ---- solhint --init
//hardhat-deploy ----- npm install -D hardhat-deploy ----require('hardhat-deploy');
//harhdt-ethers ---- npm install --save-dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers --- ("@nomiclabs/hardhat-ethers")
//npm-chainlink ----npm install @chainlink/contracts --save
//for multiple accoutns make helper file //helper-hardhat-config.js -------------------npm------------------
----------------------ethers functions------------------------
------------------------errors-------------------------
// just removed extra '
from harahdt ethers in pcakage.json and run npm install
//since we have made pricefeed
private we cant acces it but use the getter
function for the same.
---------------npm clean------ npm hardhat clean npm hardhat compile npm hardhat test
---------java script debug terminal---------------
for example gasprice
or gas used
.
------hardhat debugger-------
27-8-22 changes made for change yes! now