This code is just an example, do not use it directly
Based on the HardHat framework, an ERC20 is issued in Sepolia Solidity,Hardhat,Token standard,Interoperability, ERC-20
Chainlink testnet faucet: https://faucets.chain.link Alchemy testnet faucet: https://sepoliafaucet.com/ Infura testnet faucet: https://www.infura.io/faucet/sepolia
npm install
npx hardhat run scripts/deployEthGoat.js
npx hardhat run scripts/deployEthGoat.js --network sepolia
EthGoat
npm install --save-dev @chainlink@env-enc
npx env-enc set-pw
https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-verify
npx hardhat verify --network sepolia 0xb2bdF796373ae527Cf645dc1b0b0489B7dFA65b3
npx hardhat deploy_ethgoat --network sepolia
npx hardhat interact_ethgoat --network sepolia
npx hardhat run scripts/deployEthGoat.js --network sepolia
npx hardhat test