@dany-armstrong/hardhat-erc20
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Deploy ERC-20 token

Example:

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

Package Sidebar

Install

npm i @dany-armstrong/hardhat-erc20

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

124 kB

Total Files

42

Last publish

Collaborators

  • dany-armstrong