gRPC Server extension allows to access a Waves Node with gRPC instead of classic REST API, using the lang-agnostic protobuf schemes, reworked interfaces and gRPC built-in first-class streaming support.
How to install (using systemd TESTNET installation)
- Download the
grpc-server-0.17.2-1-g86152e8.tgzfile - Extract it
- Copy all files from the extracted
grpc-server-0.17.2-1-g86152e8directory into the/usr/share/waves-testnet - Add line to the
/usr/share/waves-testnet/conf/local.conffile:waves.extensions += com.wavesplatform.api.grpc.GRPCServerExtension - Restart the
waves-testnetservice
Currently implemented services
- Accounts
- Assets
- Blockchain Features
- Blocks
- Transactions
- … (may be extended in the future)