UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

6 lines (5 loc) 149 B
declare module 'solc' { export function compile( source: string ): { contracts: Record<string, { interface: string; bytecode: string }> }; }