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

0.0.1 • Public • Published

hardhat-sourcify

I just want to be able to use sourcify, don't want to use it with hardhat-deploy stuff, So I modified it to make it works solely with hardhat buildInfo file

rightnow it's a simple version works for single contract.

plan to improve it to:

1. simplify the inputs
2. support verify multiple contracts 

usage

task name sourcify is already used by hardhat-deploy :/

so I have to change to a new task name. may change to a simpler task name if i can come up with one :D

yarn hardhat sourcifySubmit --contract-name "Greeter" --source-name "contracts/Greeter.sol" --address 0xxxxxxxxx --chain-id 3

use yarn hardhat help sourcifySubmit to see the help for the task

/hardhat-sourcify/

    Package Sidebar

    Install

    npm i hardhat-sourcify

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    31.9 kB

    Total Files

    28

    Last publish

    Collaborators

    • zoey_t