A basic implementation of the ERC20 token standard using the Hardhat development environment.
It generates an ERC20 Token
which is deployed on the sepolia testnet:
https://sepolia.etherscan.io/address/0x51518AE2bCd82Cc2eBC4CB33815afD6Ff94a3Cf1
$ cd ERC20_Hardhat
$ npm install
$ cd ERC20_Hardhat
$ npx hardhat node
npx hardhat run scripts/deploy.js --network localhost
$ npx hardhat test