WebOfTrustInfo / rwot5-boston

RWOT5 in Boston, Massachusetts (October 2017)
http://www.WebOfTrust.Info
183 stars 61 forks source link

Everyone: github DID #33

Open kimdhamilton opened 6 years ago

kimdhamilton commented 6 years ago

From @kimdhamilton on July 14, 2017 18:41

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.

Copied from original issue: WebOfTrustInfo/btcr-hackathon#42

kimdhamilton commented 6 years ago

From @ChristopherA on July 14, 2017 22:51

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 commented 6 years ago

signing playground