hardhat-sourcify-fetch
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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-fetch

And 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

/hardhat-sourcify-fetch/

    Package Sidebar

    Install

    npm i hardhat-sourcify-fetch

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    11.2 kB

    Total Files

    13

    Last publish

    Collaborators

    • pernifin