@pretendonetwork/grpc

2.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @pretendonetwork/grpc

Weekly Downloads

106

Version

2.0.0

License

AGPL-3.0-only

Unpacked Size

740 kB

Total Files

189

Last publish

Collaborators

  • jonbarrow