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

sql.json #617

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

sql.json #617

wants to merge 3 commits into from

Conversation

StellarQuantaLabs
Copy link

Add SQL DID method

"id": "did:web:stellarquantalabs.org"
https://stellarquantalabs.org/.well-known/did-configuration.json
https://stellarquantalabs.github.io/.well-known/did-configuration.json

DID Method Registration

As a DID method registrant, I have ensured that my DID method registration complies with the following statements:

Add SQL DID method
Copy link
Contributor

@davidlehn davidlehn left a comment

Choose a reason for hiding this comment

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

Are you trying to register a method or just make a did:web DID?

@StellarQuantaLabs
Copy link
Author

Are you trying to register a method or just make a did:web DID?

Hi, I had already made a did:web (did:web:stellarquantalabs.org), but I am now trying to validate it in order to resolve the following when attempting to validate my DID document: "Notes on JSON-LD Context:
'{"@base"=>"did:web:stellarquantalabs.org"}' is not yet listed as Verification Method Type in the DID Specification Registries".

I am hosting the .json files here:
https://github.com/StellarQuantaLabs/.well-known

https://github.com/StellarQuantaLabs/.well-known/blob/main/did-configuration.json
https://github.com/StellarQuantaLabs/.well-known/blob/main/did.json

I had to setup a redirect using my domain and github, due to the website domain being hosted by squarespace and it not allowing me to host the json file on my actual website. This link redirects:
https://stellarquantalabs.org/.well-known/did-configuration.json

let me know if this is the correct way to complete this process :)

@davidlehn
Copy link
Contributor

The files in https://github.com/w3c/did-extensions/tree/main/methods are used to register methods themselves. Those have details on the method spec and so on. For instance, details for did:web are in web.json, did:key is in key.json, etc. DID Web documents don't have a centralized registry. It looks like you already setup the DID document for did:web:stellarquantalabs.org. For people to help, some more details are needed on what kind of validation you are trying to do. It looks like this PR is not part of the solution you are looking for and can be closed.

Updated specification
@StellarQuantaLabs
Copy link
Author

The files in https://github.com/w3c/did-extensions/tree/main/methods are used to register methods themselves. Those have details on the method spec and so on. For instance, details for did:web are in web.json, did:key is in key.json, etc. DID Web documents don't have a centralized registry. It looks like you already setup the DID document for did:web:stellarquantalabs.org. For people to help, some more details are needed on what kind of validation you are trying to do. It looks like this PR is not part of the solution you are looking for and can be closed.

I have corrected the specification, it is an app in development: (https://github.com/StellarQuantaLabs/sqlverify/blob/main/README.md)

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