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

0.0.5 • Public • Published

Deploy ERC-20 token

Example:

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

Package Sidebar

Install

npm i @thenextblock/hardhat-erc20

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

165 kB

Total Files

47

Last publish

Collaborators

  • achiko
  • vakho