Closed iamyeasin closed 1 week ago
The typescript sdk is designed to work only in the browser context at the moment. I'd suggest using the rust client for any server-side applications, it will be more performant as well.
The typescript sdk is designed to work only in the browser context at the moment. I'd suggest using the rust client for any server-side applications, it will be more performant as well.
Yes, I was thinking the same thing.
Description
While attempting to run the
miden-client
npm library in a Node.js environment, I'm encountering an error related to deprecated parameters and fetch functionality.Observed error
Related Nodejs Environment codes
Below is the code snippet where I'm using the
miden-client
library in a Node.js Express application: