-
Notifications
You must be signed in to change notification settings - Fork 86
[Guide] Sign transactions offline #306
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Create a guide explaining how to define and sign a transaction without internet connection using the CLI (and SDK if possible). Signing transactions offline is useful to sign transactions from cold wallets with no internet access. By copying just the signed tx payload, it's possible to announce the transaction from another computer that can reach the internet without compromising the account private key.
Possible structure:
symbol-cli transaction transfer- Do not announce the transaction, copy the signed payload.
- Move to a computer with internet connection
- Announce the transaction (with curl or symbol-cli transaction uri) https://nemtech.github.io/concepts/transaction.html#announcing-a-transaction
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request