ERC20
How to deploy an ERC20 contract on a localnet.
Prerequisites
Initialize project directory
git clone https://github.com/k-yang/evm-contracts.git
cd evm-contracts
npm install
# compile contract
npx hardhat compileDeploy the contract
Last updated