-
Beta Was this translation helpful? Give feedback.
Answered by
gituser
Feb 6, 2022
Replies: 1 comment 6 replies
-
In order to sign a testnet transaction you need to patch a wallet-core first for the Westend support as it differs from the mainnet. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
hewigovens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to sign a testnet transaction you need to patch a wallet-core first for the Westend support as it differs from the mainnet.
For signing the transaction you need to know certain transaction-material which can be obtained from the node.
You can do a JSON or Protobuf signing, see examples in the repository (tests folder).