Replies: 3 comments 3 replies
-
You cannot use the Wallet API server-side. The Beacon SDK uses some libraries based on browser APIs that are not available in NodeJS. The use of the Wallet API also requires an action from the user of the app to sign the transaction, which is impossible server-side. For server-side apps, you should use the |
Beta Was this translation helpful? Give feedback.
-
@vdt000 Can you describe the use-case you are trying to implement? Are implementing a server-side service that you want to be able to pair with a user's wallet? This isn't a typical use-case we have seen. I suspect there may be a different approach that will meet your needs, or you have a new interesting use case. Either way, we'd like to hear more so we can help. :) |
Beta Was this translation helpful? Give feedback.
-
see also #882 |
Beta Was this translation helpful? Give feedback.
-
Merhaba (Hi),
I am software eng from Turkey, Tezos team.
We work on web app that connects users wallet.
But when we try a simple code on node.js that we copied your documents.
We get an error like this and we can't work around.
and code is:
beacon.js
package.json
I think it is an issue with Taquito import system. Any help appreciated...
Vedat Arslan
Tesekkurler (Thanks)
Beta Was this translation helpful? Give feedback.
All reactions