hyperledger-labs / pdo-contracts

Apache License 2.0
3 stars 5 forks source link

New jupyter notebooks for exchange contract family #12

Closed cmickeyb closed 7 months ago

cmickeyb commented 10 months ago

ignificant 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.

cmickeyb commented 7 months ago

Updated in #17.