UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

8 lines (7 loc) 154 B
export interface IPromptResult { privateKey: string; tokenName: string; tokenSymbol: string; tokenDecimals: number; tokenTotalSupply: number; }