diff --git a/README.md b/README.md index 84f3516..a336e3e 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,7 @@ Driver for the iden3 DID method amoy: contractAddress: "0xf6..." 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-iden3:local @@ -19,3 +17,9 @@ Driver for the iden3 DID method ```bash docker run -p 8080:8080 driver-did-iden3:local ``` + + `WALLET_KEY` 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`. + In this case you have to run: + ```bash + docker run -p 8080:8080 -e WALLET_KEY= driver-did-iden3:local + ```