UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

10 lines (8 loc) 188 B
import { EthereumNetworkType } from '../types/ethereum-network'; export interface ICliArgs { config: string; help: boolean; ropsten: boolean; main: boolean; rinkeby: boolean; }