0.2.0 • Published 8 months ago
abi-trimmer v0.2.0
abi-trimmer
abi-trimmer
is a command-line tool designed to find and trim unused items in web3 ABI JSON files.
installation
The abi-trimmer tool only works within Typescript projects, so let's install it locally:
npm install -D abi-trimmer
Usage
npx abi-trimmer --help
npx abi-trimmer <abi-path> <typescript-project-path>