Sign and Submit Transaction #459
-
Hello team, how do I execute a simple transfer and signAndSend transaction? I've followed the example, but I'm encountering this error: 'Unhandled Exception: Exception: {code: 1002, message: Verification Error: Runtime error: Execution failed: Execution aborted due to trap: wasm trap: wasm unreachable instruction executed' when I submit the extrinsic. |
Beta Was this translation helpful? Give feedback.
Answered by
clangenb
Jun 21, 2024
Replies: 1 comment 14 replies
-
What network are you trying to send the extrinsic to? Also have you run polkadart_cli ? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have submitted an upstream PR that fixes your issue. So you can check out that PR, or if you use polkadart as a dependency you can switch to git dependencies (but beware, git dependencies in dart are a hassle, it might make sense to wait until a new version is published.) See #460