directory
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Jun 15, 2021
License: MIT
Opens a new window with license information.
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
¶
generated
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.