{"id":22398389,"url":"https://github.com/chlunetwork/chlu-did","last_synced_at":"2025-07-18T12:40:16.347Z","repository":{"id":74046955,"uuid":"131427974","full_name":"ChluNetwork/chlu-did","owner":"ChluNetwork","description":null,"archived":false,"fork":false,"pushed_at":"2018-08-07T08:09:45.000Z","size":224,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-01T05:24:07.597Z","etag":null,"topics":["chlu","decentralized-identity","did"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChluNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-28T16:57:02.000Z","updated_at":"2018-08-07T08:09:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f224be1-4165-4c2a-89fe-6f24b0377270","html_url":"https://github.com/ChluNetwork/chlu-did","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChluNetwork%2Fchlu-did","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChluNetwork%2Fchlu-did/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChluNetwork%2Fchlu-did/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChluNetwork%2Fchlu-did/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChluNetwork","download_url":"https://codeload.github.com/ChluNetwork/chlu-did/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245755595,"owners_count":20667027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chlu","decentralized-identity","did"],"created_at":"2024-12-05T07:10:08.465Z","updated_at":"2025-03-26T23:42:08.312Z","avatar_url":"https://github.com/ChluNetwork.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chlu DID Examples\n\n## Chlu DID\n\n```\n{\n  \"@context\": \"https://w3id.org/did/v1\",\n  \"id\": \"did:chlu:3xv5...\",\n  \"publicKey\": [{\n    \"id\": \"did:chlu:3xv5...#keys-1\",\n    \"type\": \"Ed25519VerificationKey2018\",\n    \"owner\": \"did:chlu:3xv5...\",\n    \"publicKeyBase58\": \"3xv5...\"\n  }],\n  \"authentication\": [{\n    \"type\": \"Ed25519SignatureAuthentication2018\",\n    \"publicKey\": \"did:chlu:3xv5...#keys-1\"\n  }]\n}\n```\n\n## Vendor DID\n\n```\n{\n  \"@context\": \"https://w3id.org/did/v1\",\n  \"id\": \"did:chlu:vendor-1\",\n  \"publicKey\": [{\n    \"id\": \"did:chlu:vendor-1#keys-1\",\n    \"type\": \"Ed25519VerificationKey2018\",\n    \"owner\": \"did:chlu:vendor-1\",\n    \"publicKeyBase58\": \"...\"\n  }],\n  \"authentication\": [{\n    \"type\": \"Ed25519SignatureAuthentication2018\",\n    \"publicKey\": \"did:chlu:vendor-1#keys-1\"\n  }]\n}\n```\n\n## Review as a verifiable claim\n\n```\n{\n  \"id\": \"http://chlu.io/credentials/1\",\n  \"type\": [\"Credential\", \"ProofOfAgeCredential\"],\n  \"issuer\": \"https://marketplace.com/\",\n  \"issued\": \"2018-04-28\",\n  \"claim\": {\n    \"id\": \"did:chlu:claim-1\",\n    \"record\": {\n        {\n            \"buyable_type\": \"Gig\",\n            \"review\": \"Great Job Iris. Thanks. We'll be back for more...\",\n            \"created_at\": \"2018-04-27T04:30:07.000000Z\",\n            \"updated_at\": \"2018-04-27T04:30:07.000000Z\",\n            \"created_today\": false,\n            \"id\": 144119099,\n            \"is_seller\": false,\n            \"order_id\": 396427212,\n            \"photo_size\": \"user-pict-50\",\n            \"rater_id\": 19324832,\n            \"rater_image\": \"\u003cimg src=\"https://fiverr-res.cloudinary.com/t_profile_small,q_auto,f_auto/attachments/profile/photo/a6937ea59827a48c2b731a3f9c5492a6-1512552649995/862b58b7-d8b6-4d82-a14c-99f74ef0eeff.jpg\"  alt=\"explainit\"  width=\"60\" height=\"60\"\u003e\",\n            \"rater_link\": \"/explainit\",\n            \"rater_name\": \"Charith\",\n            \"rater_username\": \"explainit\",\n            \"user_id\": 65746334,\n            \"valuation\": {\n                \"question_1_id\": 1,\n                \"question_1_value\": 10,\n                \"question_2_id\": 2,\n                \"question_2_value\": 10,\n                \"question_3_id\": 3,\n                \"question_3_value\": 10\n            },\n            \"value\": 10\n        },\n    }\n  },\n  \"proof\": {\n    \"type\": \"Ed25519Signature2018\",\n    \"created\": \"2018-04-28T21:19:10Z\",\n    \"creator\": \"did:chlu:chlu\",\n    \"nonce\": \"c0ae1c8e-c7e7-469f-b252-86e6a0e7387e\",\n    \"signatureValue\": \"BavEll0/I1zpYw8XNi1bgVg/sCneO4Jugez8RwDg/+\n      MCRVpjOboDoe4SxxKjkCOvKiCHGDvc4krqi6Z1n0UfqzxGfmatCuFibcC1wps\n      PRdW+gGsutPTLzvueMWmFhwYmfIFpbBu95t501+rSLHIEuujM/+PXr9Cky6Ed\n      +W3JT24=\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchlunetwork%2Fchlu-did","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchlunetwork%2Fchlu-did","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchlunetwork%2Fchlu-did/lists"}