{"id":18402513,"url":"https://github.com/kentbull/keri-clj","last_synced_at":"2025-08-24T15:09:40.068Z","repository":{"id":293155247,"uuid":"681929250","full_name":"kentbull/keri-clj","owner":"kentbull","description":"Clojure implementation of the KERI and ACDC protocols.","archived":false,"fork":false,"pushed_at":"2023-10-02T00:08:01.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-23T22:53:45.933Z","etag":null,"topics":["acdc","clojure","decentralized-identity","keri"],"latest_commit_sha":null,"homepage":"https://kentbull.com","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kentbull.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2023-08-23T04:25:58.000Z","updated_at":"2025-05-13T19:56:27.000Z","dependencies_parsed_at":"2025-05-14T01:20:33.509Z","dependency_job_id":"9f521776-8934-42af-85b3-ad49ac1563c0","html_url":"https://github.com/kentbull/keri-clj","commit_stats":null,"previous_names":["kentbull/keri-clj"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kentbull/keri-clj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentbull%2Fkeri-clj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentbull%2Fkeri-clj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentbull%2Fkeri-clj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentbull%2Fkeri-clj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kentbull","download_url":"https://codeload.github.com/kentbull/keri-clj/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentbull%2Fkeri-clj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271895133,"owners_count":24840090,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["acdc","clojure","decentralized-identity","keri"],"created_at":"2024-11-06T02:42:40.975Z","updated_at":"2025-08-24T15:09:40.039Z","avatar_url":"https://github.com/kentbull.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keri-clj\n\nThe Clojure implementation of the [KERI](https://trustoverip.github.io/tswg-keri-specification/draft-ssmith-keri.html) and [ACDC](https://trustoverip.github.io/tswg-acdc-specification/draft-ssmith-acdc.html) protocols\nbased on the Python reference implementation [KERIpy](https://github.com/WebOfTrust/keripy) and [KERIA](https://github.com/WebOfTrust/keria).\n\nClient libraries will eventually include a SignifyCLJ styled after the Typescript client library [SignifyTS](https://github.com/WebOfTrust/signify-ts).\n\nFor reference see the [KERI whitepaper](https://github.com/SmithSamuelM/Papers/blob/master/whitepapers/KERI_WP_2.x.web.pdf)\n\n## Installation\n\nDownload from https://github.com/kentbull/keri-clj\n\n## Usage\n\nTODO: Fix these instructions. They are the default instructions. Add in the first CLI command (KLI) to initialize the keystore for an identifier. \nThen show another example of creating a cryptographic salt.\n\nRun the project directly, via `:exec-fn`:\n\n    $ clojure -X:run-x\n    Hello, KERI CLJ!    \n\nRun the project directly, via `:main-opts` (`-m keri.keri-clj`):\n\n    $ clojure -M:run-m\n    Hello, KERI CLJ!\n\nRun the project's tests (they'll fail until you edit them):\n\n    $ clojure -T:build test\n\nRun the project's CI pipeline and build an uberjar (this will fail until you edit the tests to pass):\n\n    $ clojure -T:build ci\n\nThis will produce an updated `pom.xml` file with synchronized dependencies inside the `META-INF`\ndirectory inside `target/classes` and the uberjar in `target`. You can update the version (and SCM tag)\ninformation in generated `pom.xml` by updating `build.clj`.\n\nIf you don't want the `pom.xml` file in your project, you can remove it. The `ci` task will\nstill generate a minimal `pom.xml` as part of the `uber` task, unless you remove `version`\nfrom `build.clj`.\n\nRun that uberjar:\n\n    $ java -jar target/keri-clj-0.1.0-SNAPSHOT.jar\n\n## Options\n\ngreet\n\n### Future options\n\n- init\n- incept\n- salt\n\n\n## Examples\n\n...\n\n### Bugs\n\n...\n\n### Libraries\n[clj-matic](https://github.com/l3nz/cli-matic)\n\n## License\n\nCopyright © 2023 Kent Bull\n\n_Licensed under the Apache License version 2.0\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentbull%2Fkeri-clj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkentbull%2Fkeri-clj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentbull%2Fkeri-clj/lists"}