UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

8 lines (7 loc) 132 B
export interface ICliArgs { config: string; help: boolean; ropsten: boolean; main: boolean; rinkeby: boolean; }