@pretendonetwork/grpc
v2.0.0
Published
gRPC protobuf definitions for Pretendo micro-services
Downloads
503
Readme
gRPC Protobufs
gRPC protobuf definitions for Pretendo micro-services
Structure
Each folder contains the protobuf definitions for the server intended on receiving the requests. Meaning, for example, account
contains protobuf files intended for requests to the account server
Build
- Install the protobuf compiler (protoc) from here (Use the pre-compiled binaries, the
protoc
package in the package manager is outdated) - Install go
- Install the go protobuf plugin:
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- Run
npm i
- Run
npm run generate