Files
xrpl-dev-portal/content/_snippets/tutorial-sign-step.md
mDuo13 73f3e757d5 'Send a Check' tutorial: minor cleanup
- Put tabs in the same order consistently (Send a Check)
- Use a consistent blob & hash for commandline examples
- Fix the redundant phrase "sign method command"
2019-08-26 18:18:44 -07:00

4 lines
417 B
Markdown

The most secure way to sign a transaction is to do it locally with a signing library, such as [RippleAPI](rippleapi-reference.html). Alternatively, 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 connection, and only to a server you control.
In all cases, note the signed transaction's identifying hash for later.