Skip to content

Files

Latest commit

43c545f · Oct 17, 2024

History

History

geyser-plugin-runner

yellowstone-faithful-rust

This is a Rust implementation of the Yellowstone Faithful project.

Right now, it only supports reading a CAR file dumping the contents to a Geyser plugin.

Usage

# Modify and build the geyser plugin
cd demo-plugin
cargo build --release --lib --target=x86_64-unknown-linux-gnu --target-dir=target

# Modify the [plugin config json file](demo-plugin/src/plugin-config.json)
# The important part is the `libpath` field, which should point to the built plugin (absolute path).
nano demo-plugin/src/plugin-config.json

# Run the demo
cargo run /path/to/epoch-NNN.car demo-plugin/src/plugin-config.json