UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

5 lines (4 loc) 76 B
export interface IContract { interface: string; bytecode: string; }