Replies: 1 comment
|
@0xMakka use the latest |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi guys, I'm pretty new the to the Cardano ecosystem and working on a new token.
In Node.js, I'm using AppWallet passing along my mnemonic phrase,
I'm looking to send a token from the above wallet to another wallet, I'm building up the transaction and all this works fine, but it fails at the point of signing the transaction from the wallet.
I'm receiving the following error
Error: An error occurred during signTx: Error: Missing key witness for: .... Has anyone came across this issue before, I would have assumed the wallet instance would contain the signing key?All reactions