{"id":22243713,"url":"https://github.com/kompendium-ano/factom-did-haskell","last_synced_at":"2025-07-28T01:33:13.048Z","repository":{"id":55011079,"uuid":"226089960","full_name":"kompendium-ano/factom-did-haskell","owner":"kompendium-ano","description":"Haskell library for W3C DIDs on Factom","archived":false,"fork":false,"pushed_at":"2021-09-15T18:56:43.000Z","size":34,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-03-05T11:12:00.269Z","etag":null,"topics":["did","factom"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kompendium-ano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-05T11:47:28.000Z","updated_at":"2021-09-15T18:56:46.000Z","dependencies_parsed_at":"2022-08-14T09:00:51.295Z","dependency_job_id":null,"html_url":"https://github.com/kompendium-ano/factom-did-haskell","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kompendium-ano%2Ffactom-did-haskell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kompendium-ano%2Ffactom-did-haskell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kompendium-ano%2Ffactom-did-haskell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kompendium-ano%2Ffactom-did-haskell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kompendium-ano","download_url":"https://codeload.github.com/kompendium-ano/factom-did-haskell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227855399,"owners_count":17830159,"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":["did","factom"],"created_at":"2024-12-03T04:28:39.604Z","updated_at":"2024-12-03T04:28:40.329Z","avatar_url":"https://github.com/kompendium-ano.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Factom DiDs implemented in Haskell\n![build](https://github.com/kompendium-ano/factom-did-haskell/workflows/build/badge.svg)\n\n- `factom-did-client`   - library provides functionality for DIDs creation\n- `factom-did-resolver` - library for re-constructing the effective DID Document\n- `factom-did-demo`      - demo application that uses above libraries\n\nComplete specification available here https://github.com/bi-foundation/FIS/blob/feature/DID/FIS/DID.md , libraries trying to be aligned with W3C standard represented [here](https://w3c.github.io/did-core/).\n\n## Usage\n\nCreating new DiD document\n\n```haskell\n  import qualified DID.Types as DT\n\n  ...\n\n  d    \u003c- Factom.initDID\n  dKey \u003c- Factom.initKey \"my-alias\" DT.ECDSA\n  mKey \u003c- Factom.initMKey \"mm-my-alias\" DT.RSA\n\n  -- add keys to did as function composition\n  d' \u003c- (attachKey d dKey) . (attachManagementKey d mKey)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkompendium-ano%2Ffactom-did-haskell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkompendium-ano%2Ffactom-did-haskell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkompendium-ano%2Ffactom-did-haskell/lists"}