Pritam Singh
Pritam Singh
Before health records can be digitised , there should be a registry of doctors. Design and implement a doctor registry, having following features - [ ] digital identity of each...
Having a proper project architecture can help in following way - Organisations wanting to participate into our network will get a quick and better sense of all the capital requirement...
This PR proposes an option for the issuer to specify a cred_rev_id (index in revocation registry) when a credential is issued.This gives more control for an issuer to manage revocation...
include `image_url` in out-of-band invitations. Signed-off-by: Pritam Singh
`concatMap` pipe processes messages synchronously, this PR adds the `concurrency` config and replaces `concatMap` with `mergeMap` to allow messages to be processed concurrently. Now that multi-tenant is supported, it will...
I have some query and suggestions regarding this project, specifically about the use of trustID in HL fabric application. I know one of the aims of this project is to...
## Description Add algorithms to detect cycles in directed and undirected graphs using both `bfs` and `dfs` traversal ## Type of change - [x] New feature (add algorithms to detect...