A Javascript library for storing Verifiable Credentials for Bedrock web apps
TBD
See also (related specs):
To install locally (for development):
git clone https://github.com/digitalbazaar/bedrock-web-vc-store.git
cd bedrock-web-vc-store
npm install
import {getRemoteStorage} from 'bedrock-web-data-hub';
import VerifiableCredentialStore from 'bedrock-web-vc-store';
const hub = await getRemoteStorage({accountId: 'test'});
const vcStore = new VerifiableCredentialStore({hub});
vcStore.init(); // create necessary indexes
await vcStore.insert({credential});
See the contribute file!
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.
Commercial support for this library is available upon request from Digital Bazaar: [email protected]
Bedrock Non-Commercial License v1.0 © Digital Bazaar