You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
Converters to transform from URI to Payload and viceversa would be useful.
In this way, the "How to sign transaction offline" guide would be much simpler and could be done completely using symbol-cli.
Something like:
$ symbol-cli converter payloadToURI
Enter payload: XXXXXXXXXXXXXXXXXXXXXX
web+symbol://transaction?data=XXXXXXX&generationHash=XXXXXXX&nodeUrl=XXXXXX&webhookUrl=XXXXXX
This URI can then be used with symbol-cli transaction uri.
Bonus points if symbol-cli transaction could directly accept payloads instead of URIs :)
The text was updated successfully, but these errors were encountered:
Converters to transform from URI to Payload and viceversa would be useful.
In this way, the "How to sign transaction offline" guide would be much simpler and could be done completely using
symbol-cli
.Something like:
This URI can then be used with
symbol-cli transaction uri
.Bonus points if
symbol-cli transaction
could directly accept payloads instead of URIs :)The text was updated successfully, but these errors were encountered: