0.0.5 • Published 3 years ago

@thenextblock/hardhat-erc20 v0.0.5

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

Deploy ERC-20 token

Example:

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