From a00bd99c5ced644e9de14c37ffd867dbd087a717 Mon Sep 17 00:00:00 2001 From: conanoc Date: Thu, 9 May 2024 17:24:41 +0900 Subject: [PATCH] update readme Signed-off-by: conanoc --- DEVELOP.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DEVELOP.md b/DEVELOP.md index 5c978a0..0b461ec 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -95,6 +95,11 @@ Then, get the invitation urls from faber agent. Run `testDemoFaber()` with this url and operate the faber agent to issue a credential. Aliasing `10.0.2.2` as `lo0` is needed to allow the local mediator and the local faber can communicate with each other with the IP `10.0.2.2`. +You can see the debug messages of faber agent by adding the following option to the agent config in `BaseAgent.ts`: +```javascript + logger: new ConsoleLogger(LogLevel.debug), +``` + ### Testing using the sample app You can run the sample app in `/app` directory. This sample app uses [Indicio Public Mediator](https://indicio-tech.github.io/mediator/) and connects to other agents by receiving invitions by scanning QR codes or by entering invitation urls. You can use the sample app to test the credential exchange flow and the proof exchange flow. diff --git a/README.md b/README.md index 44cdbe5..87e4cd6 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Aries Framework Kotlin supports most of [AIP 1.0](https://github.com/hyperledger - Does not implement alternate begining (Prover begins with proposal) - ✅ HTTP & WebSocket Transport - ✅ ([RFC 0434](https://github.com/hyperledger/aries-rfcs/blob/main/features/0434-outofband/README.md)) Out of Band Protocol (AIP 2.0) +- ✅ ([RFC 0023](https://github.com/hyperledger/aries-rfcs/tree/main/features/0023-did-exchange)) DID Exchange Protocol (AIP 2.0) ### Not supported yet -- ❌ ([RFC 0023](https://github.com/hyperledger/aries-rfcs/tree/main/features/0023-did-exchange)) DID Exchange Protocol (AIP 2.0) - ❌ ([RFC 0035](https://github.com/hyperledger/aries-rfcs/blob/main/features/0035-report-problem/README.md)) Report Problem Protocol - ❌ ([RFC 0056](https://github.com/hyperledger/aries-rfcs/blob/main/features/0056-service-decorator/README.md)) Service Decorator