node-indexer
A program that indexes blockchain data into dune.com by connecting directly to an EVM RPC node
1.4K
A program that indexes blockchain data into HTTPS://DUNE.COM by connecting directly to an RPC node. The source code lives at: https://github.com/duneanalytics/node-indexer
This program works with EVM compatible blockchains, doing direct, EVM-specific JSON-RPC calls to the Node RPC endpoint.
There are only 3 required arguments for running the indexer:
For more details see the configuration options section
You can run it as such:
docker run -e BLOCKCHAIN_NAME='foo' -e RPC_NODE_URL='http://localhost:8545' -e DUNE_API_KEY='your-key-here' duneanalytics/node-indexer
You can see all the configuration options by using the --help argument:
docker run duneanalytics/node-indexer ./indexer --help
Content type
Image
Digest
sha256:6417576e8…
Size
10.4 MB
Last updated
almost 2 years ago
docker pull duneanalytics/node-indexer:v0.15