{"id":19122838,"url":"https://github.com/digitalbazaar/bedrock-web-vc-store","last_synced_at":"2025-05-05T18:02:28.649Z","repository":{"id":34647589,"uuid":"169487242","full_name":"digitalbazaar/bedrock-web-vc-store","owner":"digitalbazaar","description":"A Javascript library for storing Verifiable Credentials for Bedrock web apps","archived":false,"fork":false,"pushed_at":"2023-10-18T20:03:38.000Z","size":124,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-14T12:29:24.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digitalbazaar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-02-06T22:33:44.000Z","updated_at":"2022-01-23T17:12:31.000Z","dependencies_parsed_at":"2023-10-17T04:25:53.785Z","dependency_job_id":"9aa419da-be90-4e91-80a4-f59e02bbdb4c","html_url":"https://github.com/digitalbazaar/bedrock-web-vc-store","commit_stats":{"total_commits":193,"total_committers":8,"mean_commits":24.125,"dds":"0.49740932642487046","last_synced_commit":"694dc5e78daa892ccc79c3b7f79dbd15b31cf2c1"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalbazaar%2Fbedrock-web-vc-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalbazaar%2Fbedrock-web-vc-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalbazaar%2Fbedrock-web-vc-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalbazaar%2Fbedrock-web-vc-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitalbazaar","download_url":"https://codeload.github.com/digitalbazaar/bedrock-web-vc-store/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252549274,"owners_count":21766346,"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":[],"created_at":"2024-11-09T05:23:13.180Z","updated_at":"2025-05-05T18:02:28.618Z","avatar_url":"https://github.com/digitalbazaar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bedrock Web Verifiable Credentials Store _(bedrock-web-vc-store)_\n\n\u003e A Javascript library for storing Verifiable Credentials for Bedrock web apps\n\n## Table of Contents\n\n- [Background](#background)\n- [Install](#install)\n- [Usage](#usage)\n- [Contribute](#contribute)\n- [Commercial Support](#commercial-support)\n- [License](#license)\n\n## Background\n\nTBD\n\nSee also (related specs):\n\n* [Verifiable Credentials Data Model](https://w3c.github.io/vc-data-model/)\n\n## Install\n\nTo install locally (for development):\n\n```\ngit clone https://github.com/digitalbazaar/bedrock-web-vc-store.git\ncd bedrock-web-vc-store\nnpm install\n```\n\n## Usage\n\n```js\nimport {getRemoteStorage} from 'bedrock-web-data-hub';\nimport VerifiableCredentialStore from 'bedrock-web-vc-store';\n\nconst hub = await getRemoteStorage({accountId: 'test'});\n\nconst vcStore = new VerifiableCredentialStore({hub});\n\nvcStore.init(); // create necessary indexes\n\nawait vcStore.insert({credential});\n```\n\n## Contribute\n\nSee [the contribute file](https://github.com/digitalbazaar/bedrock/blob/master/CONTRIBUTING.md)!\n\nPRs accepted.\n\nSmall note: If editing the Readme, please conform to the\n[standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## Commercial Support\n\nCommercial support for this library is available upon request from\nDigital Bazaar: support@digitalbazaar.com\n\n## License\n\n[Bedrock Non-Commercial License v1.0](LICENSE.md) © Digital Bazaar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalbazaar%2Fbedrock-web-vc-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitalbazaar%2Fbedrock-web-vc-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalbazaar%2Fbedrock-web-vc-store/lists"}