hyperledger-labs / pdo-contracts

Apache License 2.0
3 stars 5 forks source link

Jupyter Notebooks for the inference-contact family use-case #17

Closed prakashngit closed 5 months ago

prakashngit commented 7 months ago

This PR provides Jupyter Notebooks to interact with the contracts in the inference-contact family. The Notebooks' structure, installation, execution patterns are same as those used by the Noteboks provided for the Exchange contract family. Please note that the guardian service (both frontend and backend) must be started prior to executing the notebooks. Please see inference-contract/README.md for instructions.

cmickeyb commented 7 months ago

any reason why you can't start the guardian service from the notebook itself?

prakashngit commented 5 months ago

Will submit a new version of this PR after rebasing on the current version of the repo