hardhat-sourcify-fetch
v0.1.1
Published
Hardhat plugin fetching deployed contract source code from Sourcify
Downloads
3
Maintainers
Readme
Hardhat Sourcify Fetch plugin
This plugin fetches deployed contract source code from Sourcify by providing network name and contract address
Installation
npm install --save-dev hardhat-sourcify-fetchAnd add the following statement to your hardhat.config.js:
require("hardhat-sourcify-fetch");Or, if you are using TypeScript, add this to your hardhat.config.ts:
import "hardhat-sourcify-fetch";Tasks
This plugin creates task fetch which accepts two mandatory params: --network and --address
