sicpa-dlab / peer-did-python

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

Add peer did 3 convert method #62

Open Jsyro opened 11 months ago

Jsyro commented 11 months ago

did:peer:3 is dervied from the did:peer:2 as defined here.

https://identity.foundation/peer-did-method-spec/#example-5-abnf-for-peer-dids

Added a method to match.

dbluhm commented 10 months ago

@Jsyro can you update this branch and fix the black and flake8 checks?