{"id":18396612,"url":"https://github.com/tetraveda/kaslcred","last_synced_at":"2025-04-07T04:32:44.256Z","repository":{"id":142706709,"uuid":"610691778","full_name":"TetraVeda/kaslcred","owner":"TetraVeda","description":"KERI and ACDC Schema Linker for Credentials","archived":false,"fork":false,"pushed_at":"2024-10-17T11:36:39.000Z","size":134,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-01T22:59:04.060Z","etag":null,"topics":["acdc","keri"],"latest_commit_sha":null,"homepage":"","language":"Python","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/TetraVeda.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":"2023-03-07T09:37:54.000Z","updated_at":"2024-12-04T05:05:02.000Z","dependencies_parsed_at":"2024-10-20T12:49:38.217Z","dependency_job_id":null,"html_url":"https://github.com/TetraVeda/kaslcred","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetraVeda%2Fkaslcred","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetraVeda%2Fkaslcred/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetraVeda%2Fkaslcred/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TetraVeda%2Fkaslcred/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TetraVeda","download_url":"https://codeload.github.com/TetraVeda/kaslcred/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595073,"owners_count":20963939,"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":["acdc","keri"],"created_at":"2024-11-06T02:14:23.582Z","updated_at":"2025-04-07T04:32:43.995Z","avatar_url":"https://github.com/TetraVeda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KASLCred : KERI and ACDC Schema Linker for Credentials\nComputes self addressing identifiers (SAIDs) for KERI and ACDC schema parts and links them together by SAID.\n\n## Usage\n\n``` shell\npython -m kaslcred [schema_dir] [output_dir] [schema_map_file.json]\n\n# Example:\n# Requires having pre-written and pre-copied all of the schema files into ${KASL_HOME}/schemas\nexport KASL_HOME=${HOME}/.kasl\npython -m kaslcred ${KASL_HOME}/schemas ${KASL_HOME}/results ${KASL_HOME}/schemas/schema_map.json\n```\n\n## Installation\n\n### Docker\n\n### Manual Local Installation\n1. Install Python\n2. Install the Rust Toolchain: https://www.rust-lang.org/tools/install\\\n   This is for the [Blake3](https://github.com/BLAKE3-team/BLAKE3) crypto library built when installing KERI.\n3. Install KERI: `pip install keri==0.6.8`\n4. Install KASLcred\n\n### Dependencies\n\nKASLCred depends on the following libraries being installed:\n\nRust toolchain (for Blake3 dependency)\n\n#### Libsodium\n\nThe Homebrew installation of Libsodium is not sufficient, or did not work for me. I had to do the following instructions like stated in Libsodium's Gitbook [Installation documentation](https://libsodium.gitbook.io/doc/installation)\n\nDownload a tarball of libsodium, preferably the latest stable version, then follow the ritual:\n```bash\n./configure\nmake \u0026\u0026 make check\nsudo make install\n```\n\n\n#### [KERIpy](https://github.com/WebOfTrust/keripy) version 1.0.0\n\n```bash\npython -m pip install keri=1.0.0\n``` \n\nKERIpy further depends on the following set of dependencies being installed:\n\n#### [Rust](https://www.rust-lang.org/tools/install) v1.60+\n\nThis is required for Blake3 dependency in KERI to be able to build.\n```bash\n# the \"-s -- -y\" options are for a silent, unattended install. Omit them if you want to configure the install.\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\n# Remember to set the PATH variable to include the Cargo binary directory like so:  PATH=\"$HOME/.cargo/bin:$PATH\n```\n\n\n\n## Development\n\nMake sure to create a local environment with Pipenv.\n\nThen install the Python build tool with `pip install build` and the release tool with `pip install twine`.\n\nInstalling from the root repo directory:\n\n``` shell\npython3 -m pip install -e ./\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetraveda%2Fkaslcred","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetraveda%2Fkaslcred","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetraveda%2Fkaslcred/lists"}