From a60f2d46b70e261d1a5472db24070efcf0c4c63a Mon Sep 17 00:00:00 2001 From: daveroga Date: Thu, 25 Jul 2024 17:10:47 +0200 Subject: [PATCH] add comment about walletKey parameter in reoslvers.settings.yaml --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4bb0514..7197bdd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Driver for the polygonid DID method. amoy: contractAddress: "0x1a4cC30f2aA0377b0c3bc9848766D90cb4404124" networkURL: "https://polygon-amoy..." + walletKey: "" ``` + `walletKey` is only needed for the resolver if it's a trusted resolver that includes signature of EIP712 message when requested in the resolution with `signature=EthereumEip712Signature2021`. 2. Build docker container: ```bash docker build -t driver-did-polygonid:local . @@ -26,6 +28,7 @@ Driver for the polygonid DID method. amoy: contractAddress: "0x1a4cC30f2aA0377b0c3bc9848766D90cb4404124" networkURL: "" + walletKey: "" ``` 2. Build docker container: ```bash