Skip to content

A command line tool to automatically verify complex contracts on Etherscan

Notifications You must be signed in to change notification settings

hubiinetwork/sol-commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOL-COMMANDER

About the SOL-COMMANDER

This is a command line interface that aims to verify contracts on Etherscan. It will automatically read the related ABI files and does necessary flattening of the sol files before verifying the contracts. Currently it only supports command verify, which accepts a couple of options for verification. For more details, please run sol-commander verify --help.

Prerequisites

  • To use this software you need a modern version of NodeJS and NPM. We recommend having the current LTS version (v8.x) installed, or later, and updating NPM to the latest available version.
  • You will also need an API key for access to the Etherscan's contract verification API.

Installation

To install and make the command part of your path:

npm install -g sol-commander

Usage

To show the built-in help:

sol-commander --help

or to show help for a specific sub-command:

sol-commander <command> --help

About

A command line tool to automatically verify complex contracts on Etherscan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published