github wavesplatform/Waves v0.17.2-grpc
gRPC Server Extension 0.17.2

latest releases: v1.5.4, v1.5.3, v1.5.2...
pre-release4 years ago

About

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)

  1. Download the attached grpc-server-0.17.2-1-g86152e8.tgz file
  2. Extract it
  3. Copy all files from the extracted grpc-server-0.17.2-1-g86152e8 directory into the /usr/share/waves-testnet
  4. Add line to the /usr/share/waves-testnet/conf/local.conf file: waves.extensions += com.wavesplatform.api.grpc.GRPCServerExtension
  5. Restart the waves-testnet service

Currently implemented services

  • Accounts
  • Assets
  • Blockchain Features
  • Blocks
  • Transactions
  • ... (may be extended in the future)

Example usage

How to configure

Default config is

waves.grpc {
  host = localhost
  port = 6870
}

For example you can change the port with a line waves.grpc.port = 123 added to the /usr/share/waves-testnet/conf/local.conf file

Don't miss a new Waves release

NewReleases is sending notifications on new releases.