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
Alternatively you can use `cardano-wasm` as part of a `webpack` project, but you'll need to install `html-webpack-plugin` and `copy-webpack-plugin`:
@@ -117,6 +124,8 @@ module.exports = {
117
124
118
125
Your `webpack.config.js` configuration may vary, but it could be necessary to adjust the `target`, `experiments`, `devtool`, `plugins`, and `module` keys as shown in the example above.
119
126
127
+
When using from the browser, the `grpc` module uses `web-grpc`, so the RPC socket from `cardano-node` needs to be proxied with a tool like `envoy` (see the [README.md](https://github.com/IntersectMBO/cardano-api/tree/master/cardano-wasm) at GitHub repo for more info).
0 commit comments