For the complete documentation index, see llms.txt. This page is also available as Markdown.

NEAR

Firehose chain-specific configuration for NEAR

This page covers Reader Node configuration specific to NEAR. For general Firehose architecture and deployment, see the Single Machine Deployment or Distributed Deployment guides.

Docker Image

ghcr.io/streamingfast/near-firehose-indexer:<version>-fh3.0

View available versions on GitHub Packages

The image contains both the Firehose-patched NEAR indexer binary and firenear.

Binary & Releases

Component
Repository
Binary

Firehose

firenear

NEAR Indexer

near-firehose-indexer

Download releases from the GitHub releases pages.

Networks

Network
Chain Name

NEAR Mainnet

near-mainnet

NEAR Testnet

near-testnet

Reader Node Configuration

NEAR Firehose uses a custom indexer binary (near-firehose-indexer) that wraps the NEAR node with Firehose instrumentation.

NEAR Mainnet

NEAR Testnet

Key Configuration Files

NEAR requires several configuration files:

File
Description

config.json

NEAR node configuration

genesis.json

Network genesis file

node_key.json

Node identity key

Download network-specific configuration files from the NEAR documentation.

Key Reader Node Flags

Flag
Description

--reader-node-config-file

Path to NEAR config.json

--reader-node-genesis-file

Path to NEAR genesis.json

--reader-node-key-file

Path to NEAR node_key.json

--home

Node data directory (use {node-data-dir} template)

Resources

Last updated

Was this helpful?