sicpa-dlab / peer-did-python

Peer DID method implementation in Python
Apache License 2.0
11 stars 10 forks source link

peer-did-python and did-comm-python working together in didcomm-demo-python #61

Open Tanzi005 opened 11 months ago

Tanzi005 commented 11 months ago

I am trying to run the repo 'didcomm-demo-python' but was unable to run the following imports :

from peerdid import peer_did from peerdid.core.did_doc_types import DIDCommServicePeerDID from peerdid.did_doc import DIDDocPeerDID from peerdid.types import VerificationMaterialFormatPeerDID, VerificationMaterialAgreement, VerificationMethodTypeAgreement, VerificationMaterialAuthentication, VerificationMethodTypeAuthentication

I am afraid if I am missing something. Highly appreciate your kind help!