Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 283 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 283 Bytes

gRPC-client-example-js

gRPC client example with typescript

Steps

  1. npm i
  2. To generate the functions from proto file, please run npm run build-proto
  3. Edit the Client/connection.ts to your own gRPC server endpoint
  4. Do whatever you need to do in Client/send-transaction.ts