Skip to content

Commit

Permalink
updated README according to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Sep 16, 2023
1 parent 5a1f9b3 commit 97a1383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const dwn = await Dwn.create({ messageStore, dataStore, eventLog, tenantGate });
```
### Custom Signature Signer
Instead of using `PrivateKeySigner` to perform messger signing when you have the private key readily available, you can implement a customer signer to interface with external signing service, API, HSM, TPM etc and use it for signing your DWN messages:
If you have the private key readily available, it is recommended to use the built-in `PrivateKeySigner`. Otherwise, you can implement a customer signer to interface with external signing service, API, HSM, TPM etc and use it for signing your DWN messages:
```ts
// create a custom signer
Expand Down

0 comments on commit 97a1383

Please sign in to comment.