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.
This guide does not cover how to run a NEAR node. For node setup, hardware requirements, and network configuration, refer to the official NEAR documentation.
Docker Image
ghcr.io/streamingfast/near-firehose-indexer:<version>-fh3.0View available versions on GitHub Packages
The image contains both the Firehose-patched NEAR indexer binary and firenear.
Binary & Releases
Download releases from the GitHub releases pages.
Networks
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:
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
--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?
