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
Copy file name to clipboardExpand all lines: cardano-wasm/README.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,19 +239,8 @@ To run the example in the `example` subfolder:
239
239
To run the example in the `grpc-example` subfolder:
240
240
241
241
1. Run an instance of the `cardano-node` with the GRPC server enabled and put the socket file for the GRPC server in the root folder of this repo with the name `rpc.socket`. (You can put it somewhere else, but you will have to update the `envoy-conf.yaml` function later.)
242
-
2. Generate the JS GRPC client bundle `node_grpc_web_pb.js` from the GRPC server proto files by either:
243
-
- Running `nix build .#proto-js-bundle`. (This will generate it under the `result` folder.)
3. Copy the generated `node_grpc_web_pb.js` file to the `grpc-example` subfolder.
242
+
2. Generate the JS GRPC client bundle `cardano_node_grpc_web_pb.js` from the GRPC server proto files by running `nix build .#proto-js-bundle`. (This will generate it under the `result` folder.)
243
+
3. Copy the generated `cardano_node_grpc_web_pb.js` file to the `grpc-example` subfolder.
255
244
4. Copy the generated `cardano-wasm.wasm` file to the `grpc-example` subfolder. You can find its location using:
0 commit comments