credo-ts
credo-ts copied to clipboard
Typescript framework for building decentralized identity and verifiable credential solutions
Hello, We've been running the mobile agent on RN and have been getting issues on the initial startup of the app. Seems like a connectivity issue. There is no `notificationRecord`...
We should throw an AriesFramework Error or BbsSignatures Error? How do we do the error class for modules? Always AriesFramework or does the module have a specific error class? _Originally...
Hello, Team You are doing really great job! I see that the main direction of project evaluation is related DIDComm messaging of the first version. Do you have any plans...
Hi, I am using version 0.2.1 on React Native and I am trying to create a Proof that checks for a string value. So I wrote this: ``` async getConnectionString...
Events are currently interfaces, but often contain class instances. We should make sure events are serializable so we can create a generic webhook interface in the rest api
When a message is received from the mediator, and we don't ack the message immediately (in pickup v2 protocol) and e.g. the app is closed, the mediator won't delete the...
Are there any plans of making AFJ compatible with other frameworks apart from React Native and Node JS? What if I have to use AFJ for an app developed with...
After the fix #946, I noticed a problem when an agent does not have an endpoint (e.g. mobile agent not bound to a mediator yet) and uses WebSocket as outbound...
Should be done in 0.3.0 branch or main after it has been released. By moving the handler registration to the module class we centralize module definition and we avoid the...