{"id":28862740,"url":"https://github.com/openwallet-foundation/credo-ts-docs","last_synced_at":"2025-07-24T12:04:20.185Z","repository":{"id":36997526,"uuid":"489280961","full_name":"openwallet-foundation/credo-ts-docs","owner":"openwallet-foundation","description":"Documentation for Credo","archived":false,"fork":false,"pushed_at":"2024-12-05T11:55:58.000Z","size":20515,"stargazers_count":19,"open_issues_count":22,"forks_count":33,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-12-05T12:32:04.964Z","etag":null,"topics":["aries","aries-framework-javascript","aries-framework-javascript-ext","aries-mobile-agent-react-native","documentation","hyperledger-aries","javascript","ssi"],"latest_commit_sha":null,"homepage":"https://credo.js.org","language":"TypeScript","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/openwallet-foundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2022-05-06T08:44:08.000Z","updated_at":"2024-12-05T11:53:21.000Z","dependencies_parsed_at":"2024-01-29T19:28:11.282Z","dependency_job_id":"d252f435-5759-46f9-a1ed-c7ffe61a7c9e","html_url":"https://github.com/openwallet-foundation/credo-ts-docs","commit_stats":null,"previous_names":["openwallet-foundation/agent-javascript-docs","hyperledger/aries-javascript-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openwallet-foundation/credo-ts-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwallet-foundation%2Fcredo-ts-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwallet-foundation%2Fcredo-ts-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwallet-foundation%2Fcredo-ts-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwallet-foundation%2Fcredo-ts-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openwallet-foundation","download_url":"https://codeload.github.com/openwallet-foundation/credo-ts-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openwallet-foundation%2Fcredo-ts-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260898123,"owners_count":23079227,"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":["aries","aries-framework-javascript","aries-framework-javascript-ext","aries-mobile-agent-react-native","documentation","hyperledger-aries","javascript","ssi"],"created_at":"2025-06-20T06:39:25.555Z","updated_at":"2025-07-24T12:04:20.174Z","avatar_url":"https://github.com/openwallet-foundation.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cbr /\u003e\n  \u003cimg\n    alt=\"Credo logo\"\n    src=\"https://github.com/openwallet-foundation/credo-ts/blob/c7886cb8377ceb8ee4efe8d264211e561a75072d/images/credo-logo.png\"\n    height=\"250px\"\n  /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\u003cb\u003eCredo Documentation\u003c/b\u003e\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca\n    href=\"https://raw.githubusercontent.com/openwallet-foundation/credo-ts/main/LICENSE\"\n    \u003e\u003cimg\n      alt=\"License\"\n      src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\"\n  /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#getting-started\"\u003eGetting started\u003c/a\u003e \u0026nbsp;|\u0026nbsp;\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e \u0026nbsp;|\u0026nbsp;\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n[Credo](https://github.com/openwallet-foundation/credo-ts) is a modular ecosystem of self-sovereign identity development tools written in TypeScript. This documentation site serves to make it as easy as possible for developers of any level to get started with building self-sovereign identity solutions.\n\n# Getting Started\n\nThis website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.\n\n### Installation\n\n```\nyarn\n```\n\n### Local Development\n\n```\nyarn start\n```\n\nThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.\n\n### Build\n\n```\nyarn build\n```\n\nThis command generates static content into the `build` directory and can be served using any static contents hosting service.\n\n### Deployment\n\nUsing SSH:\n\n```\nUSE_SSH=true yarn deploy\n```\n\nNot using SSH:\n\n```\nGIT_USER=\u003cYour GitHub username\u003e yarn deploy\n```\n\nIf you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.\n\n## Contributing\n\nThe docs are a work in progress, contributions are incredibly appreciated! If you're looking to contribute check out the [contribution guideline](https://github.com/openwallet-foundation/credo-ts-docs/blob/main/CONTRIBUTING.md).\n\nThere are regular community working groups to discuss ongoing efforts within Credo, showcase items you've built with Credo, or ask questions. See [Meeting Information](https://github.com/openwallet-foundation/credo-ts/wiki/Meeting-Information) for up to date information on the meeting schedule. Everyone is welcome to join!\n\nWe welcome you to join our mailing list and Discord channel. See the [Wiki](https://github.com/openwallet-foundation/credo-ts/wiki/Communication) for up to date information.\n\n## Licence\n\nCredo Documentation is licensed under the [Apache License Version 2.0 (Apache-2.0)](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenwallet-foundation%2Fcredo-ts-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenwallet-foundation%2Fcredo-ts-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenwallet-foundation%2Fcredo-ts-docs/lists"}