credo-ts
credo-ts copied to clipboard
Typescript framework for building decentralized identity and verifiable credential solutions
Implementation of module fully supporting [Aries RFC 0509](https://github.com/hyperledger/aries-rfcs/blob/main/features/0509-action-menu/README.md) for both `requester` and `responder` roles. Protocol states and information are stored in records of type `ActionMenuRecord`. As this protocol currently defines...
Fixes #925 Signed-off-by: Tipu Singh [email protected]
PR #632 fixed an interop issue with ACA-Py. ACA-Py would remove leading 0's from numeric strings when encodign indy values, while AFJ would not do that. This would results in...
Signed-off-by: Timo Glastra Add agent module registration api. With this you can now register custom modules on the agent like this: ```ts const agent = new Agent({ config: { /*...
This is essentially a three-way merge of feat/ppv2 0.3.0-pre TimoGlastra/refactor/generalize-proofs BREAKING CHANGE: the present proof module has been extended to support both v1 and v2 of protocol. See [Migrating from...
Add mediationRole property to AgentConfig to ensure MediatorModule is initialized correctly. This prevents concurrency issues when multiple attempts to create a mediatorRoutingRecord fail. Signed-off-by: Niall Shaw
Signed-off-by: Moriarty
As we want to support other ledger types with AnonCreds credentials we need to generalize the IndyLedgerService. #971 already extracts the indy ledger service methods into a ledger service interface....
https://github.com/hyperledger/aries-rfcs/tree/b3a3942ef052039e73cd23d847f42947f8287da2/features/0557-discover-features-v2
Signed-off-by: DaevMithran Question - instead of indyLedgers. Can we change it to ledgers : { indy: [ ], cosmos: [ ] } .etc