hyperledger-labs / pdo-contracts

Apache License 2.0
3 stars 5 forks source link

Add jupyter notebook interface for the digital asset (images) contracts #52

Closed cmickeyb closed 1 month ago

cmickeyb commented 2 months ago

Adds Jupyter notebook support for creating a token issuer for the digital asset contract family. The digital asset contract family is a demonstration contract that creates tokens and guardian objects for 24bit bitmap images.

The notebooks for DA use widgets for uploading the image file and creating the tokens. This is a new approach.