Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve DID as W3C compliance DID Document #28

Merged
merged 1 commit into from
Jun 12, 2022
Merged

Conversation

rodolfomiranda
Copy link
Contributor

Adding a function to resolve DID documents transformed in a way that are W3C conformant.
The transformation basically put the public keys in a verificationMethod property array with correct decorators and public keys encoded as publicKeyBase58.

Note the TODO comment in line 291

@rodolfomiranda rodolfomiranda requested a review from Essbante June 12, 2022 14:21
Copy link
Contributor

@Essbante Essbante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@Essbante Essbante merged commit f7aa530 into develop Jun 12, 2022
Essbante added a commit that referenced this pull request Jun 14, 2022
* update java version to 11

* feat: add a function to get DID document Json from a DID URI

* Update DLT.kt (#23)

* Main (#25)

* Update CODE_OF_CONDUCT.md

* Update LICENSE

* Create CONTRIBUTING.md

* Main (#26)

* Update CODE_OF_CONDUCT.md

* Update LICENSE

* Create CONTRIBUTING.md

* w3c did doc (#28)

Co-authored-by: Rodolfo Miranda <[email protected]>

* apply ktlint

* update version

Co-authored-by: Lance <[email protected]>
Co-authored-by: Rodolfo <[email protected]>
Co-authored-by: Rodolfo Miranda <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants