Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 625 Bytes

With python-interface-vs-abi , you can:

Compare a list of python interfaces files and contracts artifacts to find the differences between.

Instructions

  1. Update OCEAN_PY_PATH in config.js with your ocean.py folder path.
  2. Update relativePaths in config.js with the interfaces and artifacts you want to compare, the format should be:
relativePaths=[
  [
    ["relative paths to python interface from OCEAN_PY_PATH","...rest of .py inherited interfaces"],
    "relative path to json artifact from OCEAN_ARTIFACTS_PATH"
  ],
  ...
]
  1. Run the script:
npm run start