mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-24 06:25:47 +00:00
docs: update README
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
b9c33fa69d
commit
c33efa1f7b
@ -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.
|
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.
|
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
|
package main
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user