With python-interface-vs-abi , you can:
Compare a list of python interfaces files and contracts artifacts to find the differences between.
- Update
OCEAN_PY_PATH
in config.js with yourocean.py
folder path. - 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"
],
...
]
- Run the script:
npm run start