Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 260 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 260 Bytes

solabi

Solidity JSON ABI compare tool

Usage

yarn compare <JSON ABI V1 filepath> <JSON ABI V2 filepath>

Help

yarn compare --help

Example

yarn compare ./abi/FooContractV1.json ./abi/FooContractV2.json