/zeta-transaction-indexer-v2

Indexes all transactions that interact with the Zeta program.

Primary LanguageTypeScript

zeta-transaction-indexer

Indexes all tranasctions that interact with the Zeta program.

Install dependencies

yarn install

Testing locally

Build the docker image locally

docker build -t zeta-event-queue-indexer:latest .

Then run the image, grabbing environmental variables from a .env file (you can see an example in .env.example)

docker run --rm --env-file=.env zeta-event-queue-indexer