grpc/

directory
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2021 License: MIT

README

Waves Node gRPC

Installation

Install gRPC & Protobuf:

go get -u google.golang.org/grpc
go get -u github.com/golang/protobuf/proto
go get -u github.com/golang/protobuf/protoc-gen-go

Package structure

  • grpc/protobuf-schemas/ - a submodule of protobuf-schemas project (proto files).
  • grpc/generated - code generated from proto files.
  • grpc/server - gRPC server implementation (API).

Instructions

If you want to update proto schemas:

cd pkg/grpc/protobuf-schemas
git submodule update --init
git pull

If you want to regenerate the code from updated schemas:

make proto # from the root of gowaves repo

Directories

Path Synopsis
generated

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL