From c33efa1f7be7a6d10f762f340f94a8d602a6a266 Mon Sep 17 00:00:00 2001 From: Lorenz Herzberger Date: Thu, 12 Sep 2024 10:24:41 +0200 Subject: [PATCH] docs: update README Signed-off-by: Lorenz Herzberger --- lib/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/README.md b/lib/README.md index 63780d0..543c976 100644 --- a/lib/README.md +++ b/lib/README.md @@ -9,6 +9,10 @@ After that we construct three messages to send `10plmnt` each to three addresses We then build and sign the transaction and eventually send this transaction via RPC. For debugging purposes we print the transaction that we send as JSON. +## Support for Trust Wallet over serial connection + +The config has a setting for a `serialPort`. If it is set then `BroadcastTxWithFileLock()` will sign transactions with the TrustWallet. Be aware that the public key must be available on the keyring in order to construct transactions signing data. + ``` package main