Merge pull request #1220 from amarantha-k/xrpl-1191

Clarify that you can generate keys in any normal way
This commit is contained in:
Rome Reginelli
2022-05-19 16:52:54 -07:00
committed by GitHub
7 changed files with 52 additions and 42 deletions

View File

@@ -1,3 +1,3 @@
The most secure way to sign a transaction is to do it locally with a [client library](client-libraries.html). Alternatively, if you run your own `rippled` node you can sign the transaction using the [sign method](sign.html), but this must be done through a trusted and encrypted connection, or through a local (same-machine) connection.
The most secure way to sign a transaction is to [sign locally with a client library](set-up-secure-signing.html#local-signing-example). Alternatively, if you run your own `rippled` node you can sign the transaction using the [sign method](sign.html), but this must be done through a trusted and encrypted connection, or through a local (same-machine) connection.
In all cases, note the signed transaction's identifying hash for later.