hyperledger-labs / pdo-contracts

Apache License 2.0
3 stars 5 forks source link

Updated Jupyter notebooks for exchange family #19

Closed cmickeyb closed 5 months ago

cmickeyb commented 7 months ago

Significant update for the Jupyter notebooks in the exchange contract family. Notebooks added for creating and importing orders, for interacting with an issuer as an account holder, and for kick starting the factories there is a new index file.

To make all this work, this update adds an experimental file format for sharing contract information. The file uses the python zip library (distributed with python) to package the PDO files and the context files.

Updated from earlier draft PR.

cmickeyb commented 5 months ago

Replaced by #29