UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

6 lines (5 loc) 114 B
declare const configKeys: { configProjectName: string; infuraProjectId: string; }; export { configKeys };