Gevulot Docs
  • Introduction
  • Firestarter
    • Overview
    • Get Started
      • Create Account
      • Purchase Credits
    • Run Workloads
      • Tasks
      • Workflows
    • Deploy Provers
      • Prover Packaging
      • Prover Deployment
    • RPC API
      • gRPC
      • gevulot-rs
    • Integrations
      • Zk Stack
      • Polygon CDK
      • Scroll SDK
    • Pricing
    • Firestarter AI
    • Firestarter Explorer
  • ZkCloud Design
    • Overview
    • Prover/Verifier Programs
    • Proving Workloads
    • Network Actors
    • Economics
    • Execution Guarantees
  • Usecases
    • Validity Rollups
    • Proof Aggregation
    • ZkVMs
    • Bridges
    • Verifiable RPC
    • ZkML
    • ZkFHE
    • ZK Coprocessors
  • Misc
    • FAQ
    • Website
    • Github
    • Twitter
    • Blog
    • Telegram
Powered by GitBook
On this page
  1. Firestarter
  2. RPC API

gRPC

PreviousRPC APINextgevulot-rs

Last updated 5 months ago

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

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 library as it provides important helper functionality, such as support for event watching, etc.

gRPC
gevulot-rs GitHub repo
gevulot-rs