📘
Old Faithful
CtrlK
  • Introduction
    • What Is Old Faithful?
    • Architecture
      • CAR's & CID's
      • Indexes
  • Running Old Faithful
    • Requirements
    • Sourcing Data
      • OF1
      • Generating from RocksDB
        • Creating indexes
        • Historical blocks
        • Warehouse nodes
    • Installation & Setup
      • Building Old Faithful
        • `jsonParsed` Support
      • Preparing Data
      • Configuration Files
        • Local file system
        • HTTP
      • Start Old Faithful
      • Software integrations
  • Usage
    • RPC server
    • Geyser
    • 3rd Party Tools
    • Validation
      • Reproducibility
      • Epoch 208
  • References
    • RPC Methods
    • gRPC Methods
      • Examples
    • CLI Arguments
    • CAR Report
    • CID Lookup API
    • OF1 Files
Powered by GitBook
On this page
  1. Usage

3rd Party Tools

Several CAR format readers exist for reading CAR's in your language of choice:

  • JS SDK: https://github.com/ipld/js-car

  • Golang SDK: https://github.com/ipld/go-car

  • Rust: https://github.com/lamports-dev/yellowstone-faithful-car-parser

Old Faithful specific tools

  • Geyser Plugin Runner: https://github.com/rpcpool/yellowstone-faithful/tree/main/geyser-plugin-runner

Schema

The schema for the CAR file format can be found at https://github.com/rpcpool/yellowstone-faithful/blob/main/ledger.ipldsch

PreviousGeyserNextValidation

Last updated 9 days ago