gRPC

Gevulot provides all of its on-chain services through gRPCarrow-up-right API. All protobuf definitions for the services can be found in the gevulot-rs GitHub repoarrow-up-right.

The service API is split by the on-chain data types:

  • Pins

  • Tasks

  • Workflows

  • Workers

The preferred way to consume the gRPC service is by using gevulot-rs library as it provides important helper functionality, such as support for event watching, etc.

Last updated