UNPKG

@0xcert/ethereum-sandbox

Version:

Test server for local running testing of modules on the Ethereum blockchain.

10 lines (9 loc) 178 B
export declare function deploy(config: { web3: any; abi: any; bytecode: string; from: string; args?: any[]; gas?: number; gasPrice?: number; }): any;