gRPC

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

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