You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo build -pholaplex-indexer-rabbitmq-geyser
In third step I got below error- error: package ID specification holaplex-indexer-rabbitmq-geyser did not match any packages
Later I build using this repo https://github.com/holaplex/indexer-geyser-plugin
Can you please tell how i can launch this services
$ cargo run --bin holaplex-indexer-geyser --features geyser &
$ cargo run --bin holaplex-indexer-http --features http -- --entity metadata-json &
$ cargo run --bin holaplex-indexer-http --features http -- --entity store-config &
using validator for devnet?
The text was updated successfully, but these errors were encountered:
I'm trying to setup
holaplex/indexer
Steps I followed-
cargo install diesel_cli --no-default-features --features postgres
./start-developing.sh
cargo build -pholaplex-indexer-rabbitmq-geyser
In third step I got below error-
error: package ID specification
holaplex-indexer-rabbitmq-geyserdid not match any packages
Later I build using this repo
https://github.com/holaplex/indexer-geyser-plugin
Can you please tell how i can launch this services
using validator for devnet?
The text was updated successfully, but these errors were encountered: