Storage Proofs
HomeDashboard
  • Getting Started
    • Introduction
    • Use Cases
    • Quick Start Guide
    • Key Concepts
  • Storage Proofs
    • Overview
    • Workflow
      • Workflow Examples
    • Accessing Block Hash
  • Solutions
    • Storage Proof API
      • Authentication
      • Payload Examples
    • Turbo
      • Workflow
      • RPC Endpoint
      • Turbo Compute
  • Architecture
    • Overview
    • Smart Contracts
    • Cross-Chain Storage Proofs
      • Native Messaging Systems
      • OP Stack Chains
  • Guides
    • Using Storage Proof API
    • Integrating Storage Proofs
    • Building a Storage Proof Powered Bridge
    • Writing Turbo Smart Contracts
    • Sending Turbo Transactions
  • References
    • Contract Addresses
    • Supported Networks
    • Glossary
  • Media Links
    • Twitter
    • Telegram
Powered by GitBook
On this page
  • What is Turbo RPC?
  • Available Public Turbo RPCs
  1. Solutions
  2. Turbo

RPC Endpoint

Turbo RPC Endpoint

The Turbo RPC Endpoint serves as the entry point for all Turbo Transactions. It allows developers and users to interact with Turbo-enabled smart contracts seamlessly, handling the complexities of Storage Proofs behind the scenes.

What is Turbo RPC?

Turbo RPC is a specialized blockchain RPC endpoint that processes Turbo Transactions. When you submit a transaction through this RPC, it manages all necessary steps to include Storage Proofs if required, without any additional action from the user.

Available Public Turbo RPCs

Here are the currently available public Turbo RPCs:

  1. Sepolia Testnet: https://eth-sepolia-turbo.api.herodotus.cloud/

  2. zkSync Era Sepolia Testnet: https://zksync-turbo.api.herodotus.cloud/

To use Turbo in your project, simply configure your web3 provider or wallet to use one of these RPC URLs when interacting with Turbo-enabled smart contracts on the respective network.

As Turbo expands to support more networks, additional RPC endpoints will be added to this list.

PreviousWorkflowNextTurbo Compute

Last updated 10 months ago