LogoLogo
  • Firehose
  • Introduction
    • Firehose Overview
    • Prerequisites
  • Architecture
    • Components
      • Firehose-enabled Node
      • Reader
      • Merger
      • Relayer
      • gRPC Server
      • High Availability
    • Data Flow
    • Data Storage
  • Firehose Setup
    • Overview
    • Ethereum
      • Installation
      • Single-Machine Deployment
      • Reprocessing history
      • Synchronization
    • Injective
      • Single-Machine Deployment
    • NEAR
      • Single-Machine Deployment
    • Solana
      • Single-machine Deployment
    • System Requirements
  • Community Integrations
    • Starknet
      • Networks and nodes
      • Local deployment with Docker
      • Local deployment without Docker
  • Integrate New Chains
    • Benefits
    • Integration overview
    • Design Principles
    • Firehose Acme
  • References
    • Supported Protocols
    • Naming Conventions
    • Schemas
    • Indexing
    • FAQ
  • Release Notes
    • Change logs
      • Nov 8th 2023 Polygon Update
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Firehose Setup

Ethereum

StreamingFast Firehose for Ethereum

Firehose Ethereum Setup

Setting up Firehose for Ethereum is a straightforward process that uses StreamingFast's pre-instrumented code solution.

The primary tasks for running a Firehose instrumented node are

  • install all dependencies,

  • deploy the instances,

  • reprocess history,

  • and starting streaming data.

Important: The Ethereum Firehose integration supports multiple chains out-of-the-box. Chains currently supported are listed below.

  • Ethereum Mainnet

  • Ropsten

  • Göerli

  • Polygon

  • Mumbai (Polygon Testnet)

  • BSC

PreviousOverviewNextInstallation

Last updated 1 year ago

Was this helpful?