credo-ts
credo-ts copied to clipboard
Typescript framework for building decentralized identity and verifiable credential solutions
https://github.com/hyperledger/aries-framework-javascript/tree/main/docs/getting-started
Hyperledger has some guidelines on repo structure. A report for Aries Framework JavaScript is available here: https://github.com/ryjones/rl-report/blob/main/main/aries-framework-javascript-repolinter-report.md We should try to fix these issues
Update `basePath` in FileSystem to not use temp directory. Add new property `tempPath` for storing temp files ## Checklist - [ ] Update `basePath` to non-temp file path - [...
Hi, After accepting the connectionless credential offer from trinsic, we are getting this error: ``` "error": { "name": "AriesFrameworkError", "message": "Cannot verify service without senderKey on incoming message (received AnonCrypt...
From a comment in the discord: > Can the tails file be cached in AFJ for a given credential at issuance? The file could be as large as 8.4MB according...
Shouldn't the `type` property of `PublicKey` child classes be` static`? Some places require `PublicKey` `type` as a parameter. It would be convenient to use this property without having an instance...
Hi, When using 0.1.0, we can present revoked credential to the proof request, and it shows as verification succeeded too. While it should show as verification failed. (like in trinsic...
As of commit `c5febf5d` AriesBifold is not able to accept credential offers. This commit is where AFJ was updated to the latest alpha release: ``` - "@aries-framework/core": "^0.1.0-alpha.322", + "@aries-framework/core":...
I found out when we call: ``` await MessageValidator.validate(connection) ``` It doesn't throw instance of Error but its own `ValidationError` object. JS allows throwing anything (string, object, whatever). It causes...
add `plugin:@typescript-eslint/recommended-requiring-type-checking` to eslint config `extends`