Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dirtycajunrice/abi-manager

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dirtycajunrice/abi-manager

A CLI tool to help manage solidity ABI files

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

ABI Manager

Install

npm install -g @dirtycajunrice/abi-manager

Help

  ______   _______   ______        __       __
 /      \ /       \ /      |      /  \     /  |
/$$$$$$  |$$$$$$$  |$$$$$$/       $$  \   /$$ |  ______   _______    ______    ______    ______    ______
$$ |__$$ |$$ |__$$ |  $$ |        $$$  \ /$$$ | /      \ /       \  /      \  /      \  /      \  /      \
$$    $$ |$$    $$<   $$ |        $$$$  /$$$$ | $$$$$$  |$$$$$$$  | $$$$$$  |/$$$$$$  |/$$$$$$  |/$$$$$$  |
$$$$$$$$ |$$$$$$$  |  $$ |        $$ $$ $$/$$ | /    $$ |$$ |  $$ | /    $$ |$$ |  $$ |$$    $$ |$$ |  $$/
$$ |  $$ |$$ |__$$ | _$$ |_       $$ |$$$/ $$ |/$$$$$$$ |$$ |  $$ |/$$$$$$$ |$$ \__$$ |$$$$$$$$/ $$ |
$$ |  $$ |$$    $$/ / $$   |      $$ | $/  $$ |$$    $$ |$$ |  $$ |$$    $$ |$$    $$ |$$       |$$ |
$$/   $$/ $$$$$$$/  $$$$$$/       $$/      $$/  $$$$$$$/ $$/   $$/  $$$$$$$/  $$$$$$$ | $$$$$$$/ $$/
                                                                             /  \__$$ |
                                                                             $$    $$/
                                                                              $$$$$$/

Usage: abi-manager [options] [command]

CLI to manage ABI files
Options:
  -f, --friendly-abis                      Store the output in Human Readable mode (default: false)
  -h, --help                               display help for command
  -v, --verbose                            Show verbose logging (default: false)
  -V, --version                            output the version number

Commands:
  batch-convert [options] <directoryPath>  convert a directory of ABI JSON files
  convert [options] <abiPath>              Convert an ABI JSON file to typescript
  help [command]                           display help for command
  trim [options] <abiPath>                 Trim an ABI JSON file of uncommonly used functions

Keywords

abi

FAQs

Package last updated on 28 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts