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.tgz
file - Extract it
- Copy all files from the extracted
grpc-server-0.17.2-1-g86152e8
directory into the/usr/share/waves-testnet
- Add line to the
/usr/share/waves-testnet/conf/local.conf
file:waves.extensions += com.wavesplatform.api.grpc.GRPCServerExtension
- Restart the
waves-testnet
service
Currently implemented services
- Accounts
- Assets
- Blockchain Features
- Blocks
- Transactions
- … (may be extended in the future)