UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

6 lines (5 loc) 84 B
export interface IConfiguration { infura: { projectId: string; }; }