/zeta-trade-indexer

Indexes all trades from the Zeta event queue.

Primary LanguageTypeScript

zeta-trade-indexer

Indexes all trades from the Zeta event queue.

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