Skip to content

md0x/python-interface-vs-abi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published