/etherscan

Primary LanguageTypeScriptMIT LicenseMIT

Etherscan

Typescript package for importing or verifying Etherscan contracts.

Getting Started

yarn add @compound-finance/etherscan
# npm install --save @compound-finance/etherscan

Verify

verifyContract(contractJson: ContractJson, network: string, apiKey: string, address: string, constructorData: string, verbose: boolean)

Import