You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why I am create ERC20_Tokens_Deployement Folder:
Because I was do the swaping of different tokens using uniswap contracts myself, so that's why I was have been created tokens contract and then deployed on goerli mainnet using ether.js library in hardhat framework.
For deploy the contracts:
Install hardhat library, using run :
npm install --save-dev hardhat
Then for create files, run:
npx hardhat
Then optimize folder according to requirements & install some dependencies using:
npm i @nomiclabs/hardhat-ethers @nomiclabs/hardhat-waffle @openzeppelin/contracts dotenv
Then for compile the contracts, run:
npx hardhat compile
Then for deploy the contracts on goerli network:
npx hardhat run --network goerli scripts/deploy.js