Hello,
I was trying to set up algorand environment on Mac when i came to a point to install indexer, i extracted the binary in a directory, but after extracting the binary, where to run algorand-indexer daemon -h ?
Thanks in advance.
Zeeshan
Hello,
I was trying to set up algorand environment on Mac when i came to a point to install indexer, i extracted the binary in a directory, but after extracting the binary, where to run algorand-indexer daemon -h ?
Thanks in advance.
Zeeshan
You should navigate to the location of the extracted binary and execute:
$ ./algorand-indexer daemon -h
An Indexer installation guide is provided and a tutorial for blockchain analysis once the algod
node is synced and the algorand-indexer
has populated its dataset.