Skip to content

Commit

Permalink
add comment about walletKey parameter in reoslvers.settings.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga committed Jul 25, 2024
1 parent ad8adca commit a60f2d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Driver for the polygonid DID method.
amoy:
contractAddress: "0x1a4cC30f2aA0377b0c3bc9848766D90cb4404124"
networkURL: "https://polygon-amoy..."
walletKey: "<private ethereum key for signing EIP712>"
```
`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 .
Expand All @@ -26,6 +28,7 @@ Driver for the polygonid DID method.
amoy:
contractAddress: "0x1a4cC30f2aA0377b0c3bc9848766D90cb4404124"
networkURL: "<POLYGON_AMOY_RPC_URL>"
walletKey: "<private ethereum key for signing EIP712>"
```
2. Build docker container:
```bash
Expand Down

0 comments on commit a60f2d4

Please sign in to comment.