1.0.2 • Published 10 months ago

siglist v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Script to Extract Signatures from Contract ABI

This script is designed to extract signatures from a contract ABI (Application Binary Interface) file. It takes command-line arguments to specify the type of signatures to extract (--function, --event, or --error) and the ABI file name.

Prerequisites

  • Node.js and npm (Node Package Manager) should be installed on your system.

Installation

  1. Run the following command to install the tool:

    npm i -g siglist

Usage

  1. Open a terminal or command prompt.

  2. Run the following command to execute the tool:

    siglist --function|event|error <abi-file-name>

where:
--function is used to extract function signatures.
--event is used to extract event signatures.
--error is used to extract error signatures.
<abi-file-name> is the name of the ABI file to process.

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago