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

Everyone: github DID #42

Closed
1 task done
kimdhamilton opened this issue Jul 14, 2017 · 3 comments
Closed
1 task done

Everyone: github DID #42

kimdhamilton opened this issue Jul 14, 2017 · 3 comments
Assignees

Comments

@kimdhamilton
Copy link
Collaborator

kimdhamilton commented Jul 14, 2017

Each of us should create a bitcoin testnet DID and a github DID where the commit is signed with our PGP key, so we can start creating some web of trust schemas and examples.

@ChristopherA
Copy link
Member

Here is a new, hopefully now valid DID txref, for my DID transaction, using the same private key used to sign that transaction, to self-sign a verified claim that my alternate name is "ChristopherA"

{
  "@context": [
    "https://schema.org/",
    "https://w3id.org/security/v1"
  ],
  "claim": {
    "id": "did:btcr:xyv2-xzyq-qqm5-tyke",
    "alternate-name": "ChristopherA"
  },
  "signature": {
    "type": "EcdsaKoblitzSignature2016",
    "created": "2017-07-14T22:45:58Z",
    "creator": "ecdsa-koblitz-pubkey:02b97c30de767f084ce3080168ee293053ba33b235d7116a3263d29f1450936b71",
    "signatureValue": "H/nnkI0IsUFJgCd3DPsppB81O/TrOK3l5sMcZtcYKHoSWrTmvimUtPj0xWlmcndNnVF/ZzY2fvG5IwfWqYjw3sA="
  }
}

@dlongley @manu this was based on the playground text, but I think you shared elsewhere the default playground text is missing an issuer?

@kimdhamilton
Copy link
Collaborator Author

signing playground

@kimdhamilton
Copy link
Collaborator Author

This issue was moved to WebOfTrustInfo/rwot5-boston#33

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

No branches or pull requests

6 participants