0.0.1-alpha.14 • Published 1 year ago
credo-ts-didweb-anoncreds v0.0.1-alpha.14
Credo did:web AnonCreds
AnonCreds did:web method registry for Credo.
Based on current draft spec being written in this repo.
Usage
In order to plug-in this into an Credo Agent instance you must register DidWebAnonCredsRegistry into the AnonCredsModule configuration:
import { DidWebAnonCredsRegistry } from 'credo-ts-didweb-anoncreds'
const agent = new Agent({
config: {
/* agent config */
},
dependencies,
modules: {
/* ... */
anoncreds: new AnonCredsModule({ registries: [
/* ... */
new DidWebAnonCredsRegistry()
] }),
})0.0.1-alpha.14
1 year ago
0.0.1-alpha.13
1 year ago
0.0.1-alpha.12
2 years ago
0.0.1-alpha.11
2 years ago
0.0.1-alpha.10
2 years ago
0.0.1-alpha.9
2 years ago
0.0.1-alpha.8
2 years ago