1.0.1 • Published 2 years ago

@dany-armstrong/hardhat-erc20 v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Deploy ERC-20 token

Example:

import { deployErc20Token } from '@dany-armstrong/hardhat-erc20';
...
const abc = await deployErc20Token({
  name: 'ABC Token',
  symbol: 'ABC',
  decimals: 8
}, signer);