You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might need to add a wasm-loader in case of webpack 4.x, or update to the latest in case of webpack 5.x (it should work with wasm without additional loaders)
You might need to add a wasm-loader in case of webpack 4.x, or update to the latest in case of webpack 5.x (it should work with wasm without additional loaders)
Thanks for your response, I am using create-react-app
I found the issue, it was due to the project dependencies, it was using an old version of react scripts (4.x) that didn't allow the app to load a wasm file (from nekotom_wasm) that is needed by this package
Hello, I'm integrating venom wallet to an already existing website, I am using this repo as a guide https://github.com/web3sp/inpage-provider-playground/blob/master/src/App.tsx
when I installed this package this error came out
environment
node: 16.x
package manager: yarn
everscale-standalone-client version: 2.1.18
help would be so much appreciated, thanks!
the code is the following
The text was updated successfully, but these errors were encountered: