credo-ts
credo-ts copied to clipboard
Typescript framework for building decentralized identity and verifiable credential solutions
Opening a dedicated issue to track progress on fixing CI in 0.3.0-pre. It's failing consistently.
When creating an invitation we currently generate a peer did doc by default. In addition it would be nice if we can add an optional did property when creating an...
The tenant module has a limit on max concurrent open sessions, and a timeout to acquire a session. If the max has been reached and a sessions doesn't get released...
See https://hackmd.io/6eXZcMhdQR-QCNPMFYTvuA?view#W3C-Credentials All code that uses the mattr bbs libraries should be extracted to the `@aries-framework/bbs-signatures` which can then be dynamically added if bbs support is desired. This way you're...
Support the hosting part of shortened urls as described in the url shortening section of the OOB spec: https://github.com/hyperledger/aries-rfcs/blob/main/features/0434-outofband/README.md#url-shortening I think this should be done after the work on the...
Includes support for - [ ] Indy VDR - [ ] Indy CredX - [ ] Aries Askar
As part of PR #711 support for the recipient role was added. This issue tracks the progress of also adding support for the mediator role. In addition when adding support...
We should add a test utils package that exposes some commonly used utils for testing. This will make it easier to write tests from other modules. This will be a...
This allows to easily determine whether a test is an e2e test and also allows to ignore e2e tests using `yarn test -testPathIgnorePatterns "e2e.test.ts"`
Hi, We're building a React Native app based on the AFJ framework. Generally, after first install, the connection invitation flow works properly. We test by scanning QR Invitation from Trinsic...