Files
xrpl-dev-portal/content/_snippets/tutorial-sign-step.md
mDuo13 8a33b84711 xrpl.js 2.0: update some 'RippleAPI' mentions
Starts moving freeze example code into separate tutorial pages.
2021-10-14 16:31:55 -07:00

4 lines
410 B
Markdown

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.
In all cases, note the signed transaction's identifying hash for later.